Tomislav Ivanov

Results 10 issues of 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...

bug
component-ide
web-ide
IDE

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...

bug
component-ide
web-ide
security
IDE

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...

enhancement
component-ide
web-ide
usability
IDE

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...

enhancement
usability
component-template

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...

enhancement
usability
component-template

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...

enhancement
usability
component-template

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....