jmix-docs
jmix-docs copied to clipboard
Documentation for Jmix framework
To describe execution contexts of BackgroundTask methods: - run - executed in another thread that has no direct access to UI components, has no access to session data, has access...
It's especially important when working in cluster where a node can be killed at any time. Consider the following libraries: - https://github.com/blagerweij/liquibase-sessionlock - https://github.com/oridool/liquibase-locking
Issue - https://github.com/jmix-framework/jmix/issues/2545
### Description See support forum: [topic](https://forum.jmix.io/t/issue-with-inputdialog-and-typeddatepicker/4010). If `InputParameter#withField()` method is used it means that only `label` attribute will be propagated to the created field. Attributes from `InputParameter` that won't be...
Existing page: https://docs.jmix.io/jmix/files/uploading-files.html Currently, only `fileUploadField` and `fileStorageUploadField` are described, but Vaadin Upload field is also available in XML. Vaadin doc: https://vaadin.com/docs/latest/components/upload In addition to Vaadin receivers, we implemented `FileTemporaryStorageBuffer`...
- Describe possible data structures and use cases (see [forum](https://forum.jmix.io/t/data-type-for-multi-select-combo/3891))
### Context: Docs page: https://docs.jmix.io/jmix/bpm/jmix-view.html, Related issue: jmix-framework/jmix#2365 ### Changes Note that bpm process variables will be available since `BeforeShowEvent` only but not during `InitEvent`.
We should add entities from BPM add-on to the [list of entities](https://docs.jmix.io/jmix/multitenancy/index.html#how-it-works) that support mutitenancy: * ContentStorage * UserGroup * UserGroupRole * UserGroupUser See [forum](https://forum.jmix.io/t/compatibility-between-multitenancy-and-other-addons/3802).