mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
72bb40e786
- Added JS include jqueryui to InfoCenter - Added left join to system.tbl_person_lock in infocenterData.php - Added field LockDate to InfoCenter filter - Added parameter markRow to InfoCenter filter - Added DragNDrop to FilterWidget to sort/remove the selected filter fields - FilterWidget now display the name of the loaded filter if available - Added the property "name" to the jsonb of filters to display the name of the loaded filter - Added the static method displayFilterName to the FilterWidget to display the name of the loaded filter - The collapsible panel in FilterWidget now shows/hides the fields selection, the filter operators and the inputs to save the custom filter - The GUI remembers if the collapsible panel should be closed or open - Added the "Apply" button to the filter operators - Added the markRow parameter to the FilterWidget, used to mark a row if one or more conditions are matched - Added the alternativeMarkRowClass to use a different class to mark a row - Added the public static function markRow to the FilterWidget