Avoid xml_transform retrieval in record attr def editor user/berick/rec_attr_def_config_avoid_cxt_fetch
authorBill Erickson <berick@esilibrary.com>
Mon, 1 Aug 2011 18:09:23 +0000 (14:09 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 1 Aug 2011 18:09:23 +0000 (14:09 -0400)
commitf3719d81e51c6bad36a1087d8f2b24f89fe24bbc
tree5aaf254b57c7d8e91828e269fffff29703ac7f4e
parent6fa60db796c979fe381bf20ea678d6338c4ad22b
Avoid xml_transform retrieval in record attr def editor

config.xml_transform stores large chunks of XML.  Fetching it angers
Ejabberd on my test system.  All we need is the name, so use the new
AutoFieldWidget.searchOptions param to do just that.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/templates/default/conify/global/config/record_attr_definition.tt2