Johannes Doberer
Johannes Doberer
Add `SameSite=None; Secure` to the luigi client cookie otherwise `SameSite=Lax` will be used (default value). https://github.com/SAP/luigi/blob/master/client/src/lifecycleManager.js#L156
Since we replaced the fiddle tests with tests agains the new e2e-js-test-application it is necessary to adjust the script for the compatibility tests.
Either by showing comprehensive explanation on console log or find better solution (note that viewgroups are inherited)
Developers should not know about the `luigi-debug-vis-cnt` and e.g. that pathExists writes something to the sessionStorage. We need some helper functions that developers can use to do some assertions and...
When you do all the steps of our [container tutorial](https://developers.sap.com/tutorials/luigi-container.html) you will see the following error when you open localhost:8080/index.html ```http://localhost:8080/resources/sap/m/manifest.json 404 (Not Found)``` In addition the ui5.yml in step...
Add documentation that [children](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=children) property can also return a promise like: ``` children: () => { return new Promise((resolve, reject) => { fetch('/noed/endpoint').then((...)=>{ ... resolve(nodes); }); }) } ```
TBD: - openAsDrawer and openAsSplitview?