- Issue created by @mandclu
- Status changed to Fixed
almost 2 years ago 11:54am 3 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.
In the Scheduler, after filters are applied, unscheduled sessions are only shown if they match all filter values. It would be helpful to also indicate which scheduled sessions meet the filter criteria (or don't).
In the Scheduler's Javascript code, within the applyFilters function:
- remove the "scheduler--filters-match" class from all sessions
- look in the scheduled sessions for sessions that match the filter criteria, and add the "scheduler--filters-match" class to them
Also, in the dragDropUnassign function strip the "scheduler--filters-match" from any sessions unassigned.
In the Scheduler's CSS code, add styling to highlight sessions with the "scheduler--filters-match" class.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.