jmix-docs
jmix-docs copied to clipboard
Documentation for Jmix framework
See https://github.com/jmix-framework/jmix/issues/3553#issuecomment-2400036024
See: [JST-4946](https://youtrack.haulmont.com/issue/issue/JST-4946/Product-tours)
In an example of Jmix docs there are requests, that return user information. A cURL sample is given as follows ``` curl -X GET http://localhost:8080/rest/entities/User -H "Authorization: Bearer " ```...
See framework issue: jmix-framework/jmix#2404 `AcceptsTenant` interface is deprecated since version 2.4 and marked for removal It is required to update [Configuring Users Section](https://docs.jmix.io/jmix/multitenancy/index.html#configuring-users).
The changes of the issue should be described https://github.com/jmix-framework/jmix/issues/3218 Describe the new created "create-or-recreate" index schema management strategy. The strategy gives an ability to add extra fields to the created...
There is no file list for the supported https://docs.jmix.ru/jmix/search/index-definitions.html#file-attributes These file types are: PDF, DOC, XLS, DOCX, XLSX, ODT, ODS, RTF, TXT.
https://docs.jmix.io/jmix/dyn-attr/dynattr-managing.html > The Is default checkbox signifies that this category will be automatically chosen for a new instance if the entity implements the Categorized interface. > If the entity does...
When extending/overriding a view and the `MessageBundle` is used in this parent view controller, it's required that the `messageGroup` of the new child view be set to the same value...
### Description See https://github.com/jmix-framework/jmix/issues/2216
Currently the documentation of the "Search" add-on is doesn't conain all the features of the programmatic mapping. It doesn't contain detailed information of the MappingDefinitionBuilder features. For example there is...