FF-3746 Multiple selections in filter drop down
Possibility to enable multiple selection for Dropdown filters in Search Report. It is now possible to generate a report based on multiple filter options for a list property.
FF-9814 Search Report - Search Field Dropdown List not working as expected
Predefined values in the search report were displayed without the correct format.
The display logic has been fixed to ensure predefined values now appear in the correct format.
FF-10517 Filter sign is on different side of column headers
Moved the filter sign to have a consistent appeareance
FF-10518 Deleted entity still open from grid
After deleting an entity, it was still possible to open it from a grid, even though accessing it from the Search Report correctly showed a deletion message.
The issue is now fixed by ensuring deleted entiteis are not accessible from a grid.
FF-9880 Time displayed incorrectly in grids when set in another time zone
Times set in other time zones were displayed incorrectly in grids, causing inconsistencies for users in different time zones.
Time display is now consistent across time zones, and incorrect dates caused by local time zone adjustments have been fixed.
FF-10521 Excessive entity and property metadata instantiated during workflow execution
Optimizations were made during workflow execution, which reduced memory usage for running applications.
FF-10524 Web Client - High memory usage
A lot of data was retained due to the fact that there were leaks between contexts for workflow metadata.
FF-10539 Entities removed from virtual collections when committed in other view
If an entity in a virtual collection was updated and committed in another view, it was removed from the collection and no longer shown.
This was fixed by ensuring virtual collections are not affected by entity changes in other views.
FF-10540 Reports - Criterias - A checkbox condition only works on the page start, then stops working
Checkboxes were incorrectly repainted after a pushUpdate
, leading to visual inconsistencies.
The repaint logic is now fixed to ensure checkboxes display the correct state after updates.
FF-10544 Change in ActiveEntity not detected when selecting a row
The search report event was incorrectly triggered during row selection when the grid repainted.
The event trigger logic has been fixed to prevent unintended triggers caused by grid repaints.
FF-10545 Login failed if session expired on server but not in web client
If the user session had expired on the Flow Factory Server but was still active in the web client, the user received an error when logging in.
This edge case was handled to ensure users are not blocked during login.
FF-10546 Active entity can get out of sync with grid clicks
Quickly clicking multiple rows could cause the selected entity to go out of sync due to timing issues and incorrect event triggers from DevExtreme.
The selected entity logic has been rewritten to handle rapid clicks and prevent desynchronization.
FF-10553 UI Settings support coloring individual grid cells
UI Settings were extended to allow color formatting of individual grid cells, not just entire rows.
This was done by enabling the setting for a specific property in the grid.
Comments
0 comments
Please sign in to leave a comment.