Summary
New Tabbar design options
A new set of Themes Variables have been aded to be able to customise the style of the Tabbars, the tabs are now customisable and a look like the following image can be achieved for any theme
All the new options are described in the Themes documentation
New error preventions in Object Designer
A new warning message in the Object Designer has been implemented that informs the users when they change the layout of a screen to a different one with less spaces for objects. Preventing like that the possibility of deleting the objects by error
Stability improvements
A set of bugs have been fixed in this version related with the Object Designer, the UI and other areas of the platform where errors were identified. The whole list can be reviewed in the following section
All Release Notes
ID | Title | Description |
---|---|---|
Tabbar Theme Variables | Added theme variables for tabbar title and active/inactive tabs and tabbar itself. | |
Shadows are correctly applied in windows | - update theme shadows values - clean up partials dhtmlx_windows styles - make windows have shadows when minimised only |
ID | Title | Description |
---|---|---|
Add a warning when you change layout to a smaller size. | Added a warning message when panel contents would be deleted by changing the layout size. | |
Improvements CLAPI setting foreignKey fields from CLAPI for getting initial values | Updated CLAPI DataSource object to contain .setForeignKeys method for setting the foreign keys for the GetInitialValues when creating a new record. eg dataSource.setForeignKeys([{ name:'test', value:3 }]) | |
Advanced and Simple Attributes | Advanced filter support in Designer Attribute Frames. | |
Add support for multiple filter fields in data view | Dataview support for filterMode via repository attribute. Options for filterMode are Client and Server, with Client as default. When the Dataview is configured to filterMode = Server the filtering will be performed on the server side instead of frontend side. The filterFields attribute now supports multiple filter fields. as a list of comma separated field names. for eg "objectname,objectdescription". | |
Allow reverting to a newly created Object | Designer now creates a version for newly created objects, allowing users to revert to that initial version, and not only to subsequent changes |
ID | Title | Description |
---|---|---|
Border radius is applied to panels with dataviews | - change border radius is applied to panels without header inside and with a dataview inside | |
Treegrid deprecated dataSource attributes | Ignored DataSource-related TreeGrid attributes. | |
Timing issue in create dialog setting autoAdd mode | Fixed an issue with autoAdd option and DataSource initial fetch for data. | |
Form field validation no longer called when setValue is called | Adjusted to automatically validate form field in Dynselect when updating lookup fields and when using screenValue setter in CLAPI. | |
Double check and adjust respositionTo eval code handling | Adjusted repositionTo eval code to use new context. | |
Negative numbers not working consistently in InputNum | Fixed an issue with Hyphen and Numpad Minus key usage in Inputnum controls. |
ID | Title | Description |
---|---|---|
Treegrid linked to DataSource with PosFrame not working correctly | Treegrid linked to DSO and with SubType = grid2 issues fixed. | |
Specific detail screen not showing data most likely due to timing | Fixed an issue with auto fetch on DataSources with passthrough link. | |
Enable Tailwind on Air Theme | Activated Tailwind CSS on the Air Theme |
Back to Release Notes
Back to Home Page