jmix-docs icon indicating copy to clipboard operation
jmix-docs copied to clipboard

Documentation for Jmix framework

Results 210 jmix-docs issues
Sort by recently updated
recently updated
newest added

The section must explain how to configure security for custom API endpoints. Relates to Jmix issue: https://github.com/jmix-framework/jmix/issues/3226

in: security

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...

in: rest

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

size: S

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

in: flowui

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...