-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Problem
The large tickler manager list is used to go through a list of ticklers. However there is no change to indicate the altered status for the tickler you edited so that many users actually PRINT THE LIST so they can mark those that are completed.
Solution
on clicking update in
/tickler/ticklerEdit.jsp?tickler_no=
have a call back to the parent (if the parent is tickler/ticklerMain.jsp) to refreash the current view,
- change the pencil icon to i class="fa-solid fa-circle-check" designating that the tickler has been edited
Alternatives
alternately add another color of edit class="green" but this might not be intuitive and will obscure existing class
alternately refresh the list/view but that involves both hibernate and datatables and is SLOW
Module/Area
Appointment/Schedule
Priority
Should have
Additional Context
No response
Checklist
- I have searched for similar feature requests
- I am willing to help implement this feature
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels