]> git.evergreen-ils.org Git - Evergreen.git/commit
Add basic authority browse/edit/delete interface
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 Aug 2010 01:24:03 +0000 (01:24 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 Aug 2010 01:24:03 +0000 (01:24 +0000)
commit0396fc94a5f1f872b23d61355e34b0d56bd8a0fc
treea8b375491ddd14b205086499a4bc3e64d02f2094
parent39efd3a9d5e650098201930eecff3fb493cc0917
Add basic authority browse/edit/delete interface

http://localhost/eg/cat/authority/list should get you where you need to be

The paging is comical, the JS should probably be split out from the
declarative markup, the interface needs i18n, the UI needs to become
usable - but at least we have exposed some functionality for working
with authority records now.

Ideally this becomes a widget that we can just embed into other
interfaces to maintain context (which suggests using openils.cgi
to seed the initial values of the widget).

Note that the delete function works - it sets the deleted flag for
an are to "true" - but the underlying authorities browse interface
currently doesn't care about such niceties and always returns deleted
records along with undeleted records. So that might be the next stop.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17255 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/examples/fm_IDL.xml
Open-ILS/web/templates/default/cat/authority/list.tt2 [new file with mode: 0644]