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

There is no description for DialogBuilder methods such as withActions, withClassName, withModal that add different behaviors to dialogs. Add these to https://docs.jmix.io/jmix/flow-ui/dialogs.html

in: flowui

https://forum.jmix.io/t/building-war-failed/4206 https://docs.jmix.io/jmix/deployment/basic.html#bootWar The current ` ./gradlew -Pvaadin.productionMode=true bootWar` command does not always work Stable working team `./gradlew "-Pvaadin.productionMode=true" bootWar` Tested on: Win10 CMD `gradlew "-Pvaadin.productionMode=true" bootWar` PowerShell `gradle "-Pvaadin.productionMode=true" bootWar`...

It is required to document: * New application property `jmix.gridexport.default-columns-to-export` * Three methods for filtering columns for export (see pull request docs): https://github.com/jmix-framework/jmix/pull/3668

in: gridexport

Screenshots in documentation show old UI of IntelliJ IDEA. Please update screenshots to the latest version https://www.jetbrains.com/help/idea/new-ui.html#new_themes_icons_font.

Describe how to use Testcontainers in tests (request from UX tests)

According to https://github.com/jmix-framework/jmix/blob/master/jmix-core/core/src/main/java/io/jmix/core/impl/StoreDescriptorsRegistry.java#L95 (4) from https://docs.jmix.io/jmix/data-model/data-stores.html#custom should look like ```properties jmix.core.store-descriptor-inmem = inMemoryStoreDescriptor ``` instead of ```properties jmix.core.store-descriptor_inmem = inMemoryStoreDescriptor ``` And `jmix.core.storeDescriptor- ` instead of `jmix.core.storeDescriptor_ ` in text...

This dbms codes differs from the Liquibase ones. It confuses users. According to Studio code, here is available options list: - hsql - postgres - mysql - mssql - mssql-2005...

Currently there is lack of information how to create / customize an editor screen with inline or in-dialog editing of some composition-one-to-many relationship "child" entities. There are several scarse pieces...

> Note that one-to-many and many-to-many references are not exported together with the root entity. https://docs.jmix.io/jmix/data-tools/entity-inspector.html Both composition and association related one-to-many entities ARE exported and imported. The reason is...