Comment 5 for bug 1919465

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

I'm planning on testing this out tomorrow, and was looking it over and noticed that Open-ILS/src/eg2/src/app/staff/circ/holds/pull-list.component.html contains two printTemplate entries.

"hold_pull_list" is referenced elsewhere in the branch, while holds_pull_list seems like it is only referenced in xul client code so maybe that is a mistake?

+<eg-holds-grid
+ printTemplate="holds_pull_list" <------
+ persistKey="circ.holds.pull_list"
+ printTemplate="hold_pull_list"

I can fix that in the signoff if it really is a mistake. It probably doesn't cause any problems since the second assignment is correct.

Josh