jmix-docs
jmix-docs copied to clipboard
Documentation for Jmix framework
The section must explain how to configure security for custom API endpoints. Relates to Jmix issue: https://github.com/jmix-framework/jmix/issues/3226
See: [Ability to sort by multiple columns in DataGrid #1265](https://github.com/jmix-framework/jmix/issues/1265)
Current rest documentation section https://docs.jmix.ru/jmix/2.1/rest/getting-started.html contains curl example for obtaining token that hides Basic Auth specific and may not be useful for other http clients including programmable. ` curl -X...
Related to #756
It can be when OIDC or LDAP is used. `SystemAuthenticationProvider` uses `UserRepository` which is a sublclass of `AbstractDatabaseUserRepository` by default.
See https://forum.jmix.io/t/communication-between-core-application-and-backoffice-ui/226
Existing page: https://docs.jmix.io/jmix/flow-ui/opening-views.html Update code examples to indicate that `ViewNavigators` requires that **origin view** is passed, same as for `DialogWindows`. See: https://github.com/jmix-framework/jmix/issues/3157
Use case description: 1. Open the documentation. It automatically opens Jmix 2 version 2. Find some specific article like https://docs.jmix.io/1.x/jmix/1.5/data-access/fetching.html 3. Switch to Jmix 1 version in the header navigation...