]> git.evergreen-ils.org Git - 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 Scott <dan@coffeecode.net>
Sun, 3 Jun 2012 02:42:04 +0000 (22:42 -0400)
commit5d169df87671cf34086c9f2ce354f6636b13b580
tree89a8c8a479044a1d2b65c70356007758873b7c3d
parent5f27cb82d6584a49d16a995104b1e929814c847c
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>
Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/src/perlmods/lib/OpenILS/Application/Serial.pm
Open-ILS/xul/staff_client/server/serial/notes.xul