]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Give the Authority List interface the ability to merge records... almost
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 20 Aug 2010 03:27:04 +0000 (03:27 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 20 Aug 2010 03:27:04 +0000 (03:27 +0000)
commit1f0033aba4164cadeee8d7e481ac657b5f5f186c
tree2627ab89824cf30c5579fa4e8531ec303be77be3
parentf3461ff520a7fd1b396d773908d3b8aceceac556
Give the Authority List interface the ability to merge records... almost

Separate the interface into separate JavaScript vs markup files

To-do:
  * Provide a middle layer method that accepts the array of records to merge and merges them
  * Teach the mergeRecords() to call that method when it exists
  * Provide a way of reordering the records or otherwise flagging which record should be the lead
  * Prevent the same record from being added to the merge slushbox twice

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