]> git.evergreen-ils.org Git - Evergreen.git/commit
remove XUL @persist from list column definitions
authorJason Etheridge <jason@esilibrary.com>
Fri, 8 Nov 2013 19:12:43 +0000 (14:12 -0500)
committerBen Shum <bshum@biblio.org>
Wed, 19 Mar 2014 13:50:24 +0000 (09:50 -0400)
commit6f098024da7d79fd950c096a3f8eeecb6226d3fd
tree1ab18148a3e64ef01aabdb3671c7c1e1e9ef2610
parent4ffa6220773038b7c8956612479b074e3803b56d
remove XUL @persist from list column definitions

We moved away from @persist a long time ago, but some cruft remained.  This
would cause a local file, localstore.rdf, to balloon in size as columns were
adjusted in XUL-based lists.  Since this is an XML file, writing and parsing
it can get very expensive if the file grows too large, which it has done for
some people.

This change keeps that file from growing further based on these list columns,
but it may be worth deleting the localstore.rdf file or creating a new staff
client profile (uninstalling and reinstalling the staff client DOES NOT
accomplish this).

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/xul/staff_client/server/cat/copy_summary.xul
Open-ILS/xul/staff_client/server/circ/util.js
Open-ILS/xul/staff_client/server/patron/util.js
Open-ILS/xul/staff_client/server/serial/manage_items.js