Bug 31323 fixed the highlighting of an item remaining after the item was saved, however, some libraries found this useful for viewing the item after editing to confirm values.
Created attachment 188928 [details] [review] Bug 41170: Highlight previously edited item on add items page Some libraries find it useful to have the item that was just edited/saved visible in the items list To test: 0 - Apply patch 1 - Edit an item, confirm the itme is highlighted yellow with title 'Currently editing' (Hover to see the title) 2 - Save the item 3 - Confirm item is now highlighted light blue with title 'Previously edited' 4 - Sign off
Created attachment 189190 [details] [review] Bug 41170: Highlight previously edited item on add items page Some libraries find it useful to have the item that was just edited/saved visible in the items list To test: 0 - Apply patch 1 - Edit an item, confirm the itme is highlighted yellow with title 'Currently editing' (Hover to see the title) 2 - Save the item 3 - Confirm item is now highlighted light blue with title 'Previously edited' 4 - Sign off Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 189191 [details] [review] Bug 41170: (follow-up) Correct a CSS selector and adjust colors This patch updates the table cell selector so that the "previous" class isn't overwritte, and updates the "active" and "previous" classes so that they use standard Bootstrap colors.
Adding a see also to Bug 31323 as before this some libraries were using that highlight as an expected indicator of the most recently edited item.