Tomislav Ivanov
Tomislav Ivanov
### What does this PR do? ### What issues does this PR fix or reference? #3102 #### Release Notes #### Documentation
Extend the functionality of "Depends on" to allow retrieving properties of a previously mentioned property to further refine the options available. The entity `SalesOrderItem` has a property `Product` that is...
The code editor in the form redactor is unresponsive when you reload the file. Right now when you add code through the code editor of the form redactor and save...
Roles cannot be deleted from users. Right now when you go to the security tab in Dirigible, open the properties of a User and try to remove a role nothing...
There isn't a feature to disable buttons in a form created by the Form Redactor. Right now when you add a submit button to the form you cannot bind it...
Right now navigations are created manually for each master entity from an edm of a module. That needs to happen automatically through generation. In the User Interface tab of the...
Numeric values are currently displayed without consistent precision formatting (e.g., 30 instead of 30.00). By convention, numeric values (such as float and double) should include a fixed number of decimal...
Numbers in different contexts are currently displayed without group separators (e.g., 30000 instead of 30 000). By convention, large numeric values should include group separators to enhance readability and improve...
Numeric values in columns are currently centered, similar to text. By convention, numeric values should be right-aligned to enhance readability, especially when numbers of varying lengths are present. Numeric values...
Tables in the database are not updated when there are changes to the model. **To Reproduce** 1. Create a project with edm inside. 2. Design some kind of application. 3....