a little progress on the match set editor:
authorsenator <lebbeous@esilibrary.com>
Mon, 11 Apr 2011 21:25:25 +0000 (17:25 -0400)
committersenator <lebbeous@esilibrary.com>
Mon, 11 Apr 2011 21:25:25 +0000 (17:25 -0400)
commit3e034f6558d4c1e930ad131a1a1a6a66d8ed0995
tree9cce8be436c66e9bd4a47acc4847496ffa4da549
parentd6851dc9239bafc6920309efdec3f2dc34f22652
a little progress on the match set editor:

now we can retrieve a tree from the server and use it as the basis of
our dijit.Tree widget. Still work to be done. Can't save anything yet.

Note to self: borrow dojo dnd's "copy" operation (as opposed to move) to
mean replacing a node in the tree, rather than adding to the tree.

Re the permissions I changed, actual users of Evergreen hate having as
much granularity as there was before, and it just confuses people trying
to figure out what perms to give to whom.

Note to self 2: add ADMIN_IMPORT_MATCH_SET to ppl
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
Open-ILS/src/sql/Pg/012.schema.vandelay.sql
Open-ILS/web/js/ui/default/vandelay/match_set.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/vandelay/treetest.js [deleted file]
Open-ILS/web/templates/default/vandelay/match_set.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/vandelay/treetest.tt2 [deleted file]