From 0bff1641072f24d029ebd52363354fde533f199b Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 19 Jan 2011 20:05:13 +0000 Subject: [PATCH] some interfaces (or at least org_unit_settings.js) was not infering the identifier value here. This helps the filtering org select dijit in that interface git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_1@19213 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/fieldmapper/dojoData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/fieldmapper/dojoData.js b/Open-ILS/web/js/dojo/fieldmapper/dojoData.js index 597e9b127e..1c3de597f6 100644 --- a/Open-ILS/web/js/dojo/fieldmapper/dojoData.js +++ b/Open-ILS/web/js/dojo/fieldmapper/dojoData.js @@ -104,7 +104,7 @@ if(!dojo._hasResource['fieldmapper.dojoData']){ fieldmapper.aou.toStoreData = function (list, label) { if (!label) label = 'shortname'; - return _toStoreData.call(this, list, label, { 'parent' : 'parent_ou', 'children' : 'children' }); + return _toStoreData.call(this, list, label, { 'identifier' : 'id', 'parent' : 'parent_ou', 'children' : 'children' }); } fieldmapper.aout.toStoreData = function (list, label) { -- 2.11.0