LP#1427287: methods to retrieve entire tag table
authorGalen Charlton <gmc@esilibrary.com>
Tue, 3 Mar 2015 18:58:27 +0000 (18:58 +0000)
committerMike Rylander <mrylander@gmail.com>
Wed, 8 Jul 2015 18:12:01 +0000 (14:12 -0400)
commit84658bb5aa60b935c4ea18c3cf79375e1baf850b
tree572ee9accb0e4cd4fcde6faab251914f4b87aaf9
parent6647a3e9a43232b120ab90a7a11a6a06d59e9afe
LP#1427287: methods to retrieve entire tag table

This patch adds methods to open-ils.cat for
retrieving either the entire tag table or just the list
of MARC fields, either from the stock MARC format
seed definition or as potentially customized for the user's
workstation OU:

open-ils.cat.tag_table.all.retrieve.stock
open-ils.cat.tag_table.all.retrieve.local
open-ils.cat.tag_table.field_list.retrieve.stock
open-ils.cat.tag_table.field_list.retrieve.local

The user must have UPDATE_MARC permission.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm