]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Clean up and refine serial note support, part 1
authorDan Wells <dbw2@calvin.edu>
Tue, 17 Apr 2012 21:34:06 +0000 (17:34 -0400)
committerDan Wells <dbw2@calvin.edu>
Tue, 17 Apr 2012 22:14:18 +0000 (18:14 -0400)
commit022b4952fb2414e2fed63fc622b6868a81e8cbec
tree9ff2f7e4cd5e9c9638322c6f080c9b2938f90a13
parent536805361c00bc77e126b1d7021003a1f26b22c4
Clean up and refine serial note support, part 1

This commit fixes a number of minor problems with serial notes:

1) Serial notes are currently returned in "random" (database)
order.  Adding a create_date sort is a sensible default.

2) If you have many notes, they start to display in a squashed and
unreadable fashion.  Switching from a groupbox to a styled vbox
provides a simple workaround.

3) It is currently impossible to display newlines in notes.  We can
deal with this by changing the display style.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/Application/Serial.pm
Open-ILS/xul/staff_client/server/serial/notes.xul