[open-ils-commits] r18052 - branches/rel_2_0/Open-ILS/web/js/ui/default/conify/global/action_trigger (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Sep 27 16:56:23 EDT 2010


Author: senator
Date: 2010-09-27 16:56:17 -0400 (Mon, 27 Sep 2010)
New Revision: 18052

Modified:
   branches/rel_2_0/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js
Log:
Backport r18051: fix a glitch with the granularity column of the event def UI


Modified: branches/rel_2_0/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js	2010-09-27 20:54:56 UTC (rev 18051)
+++ branches/rel_2_0/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js	2010-09-27 20:56:17 UTC (rev 18052)
@@ -16,6 +16,7 @@
 function loadEventDef() { 
     eventDefGranularity.attr('value', null);
     edGrid.overrideEditWidgets.granularity = eventDefGranularity;
+    edGrid.overrideEditWidgets.granularity.shove = {"create": ""};
     edGrid.loadAll({order_by:{atevdef : 'hook'}}); 
     openils.widget.Textarea.width = '600px';
     openils.widget.Textarea.height = '600px';



More information about the open-ils-commits mailing list