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

on page https://docs.jmix.ru/jmix/bpm/jmix-view.html#opening-forms-programmatically code samples are up-to-date, but text includes link title ProcessFormScreens that should be changed to ProcessFormViews

Here: https://docs.jmix.io/jmix/flow-ui/vc/components/propertyFilter.html#operation Add new implemented operations: https://github.com/jmix-framework/jmix/issues/1442

in: flowui

More REST-service development details should be described in documentation: * How to use new (starting from 2.3) @RestSerivce and @RestMethod annotations * How to implement pulicitly(anonymous) available endpoints (incl. necessary...

Add explanation to the documentation that to make Report section visible on UI it may be required to edit Menu. ![image](https://github.com/jmix-framework/jmix-docs/assets/30234682/1a40b2e1-c816-4807-b267-ad4f972cc281)

### Description The page: https://docs.jmix.io/jmix/testing/ui-integration-tests.html See the cause of deprecation: https://github.com/jmix-framework/jmix/issues/3157 Since the https://github.com/jmix-framework/jmix/issues/3350 tests works with both the deprecated method and the new one. #### What should be fixed...

Code example in documentation causes NotFoundException: No route found for the given navigation Add description how to pass parameters using route parameters and update the example. ![image](https://github.com/jmix-framework/jmix-docs/assets/30234682/23ab4db3-4f14-4f10-9d61-efe3f53dbd72)

It is required to describe the difference between these three similar items.

It should be clear for any reader when the corresponding event occur. For example, FileUploadFinishedEvent io.jmix.flowui.kit.component.upload.event.FileUploadFinishedEvent is fired when FinishedEvent of Upload is occurred. The description repeats the “question”. It...

See framework issue: https://github.com/jmix-framework/jmix/issues/3331 As it was described in the Classic UI: [Doc link](https://docs.jmix.io/1.x/jmix/1.5/ui/app-properties.html#jmix.ui.component.entity-field-actions) A description is needed for new properties in the Flow UI. Note: the class FQN is...

in: flowui

Add section that excplicitly describes 2 ways of anunymously accessable views/routes creation: 1. with adding annontation @AnnonymouslyAllowed on view class 2. with adding permissions to Anomymous role