Comment 3 for bug 1768978

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote : Re: Web Client: 3.1 alert column not checkin screen

I see now that in
https://git.evergreen-ils.org/?p=Evergreen.git;a=blob;f=Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2

The grid data for users and items is added in bulk with some wildcard entries, which is why there are two columns named "Alert Message", one from asset.copy and one from actor.usr.

It looks like it would be possible to specifically break out those entries, and add a better column label for them. The acp alert message should use "Item Alert Message (deprecated))" label like it does

And the item status grid template shows how the new style item alert count and manage button is added to that interface.

Josh