[open-ils-commits] r11225 - trunk/Open-ILS/xul/staff_client/chrome/content/util

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 16 13:12:08 EST 2008


Author: phasefx
Date: 2008-11-16 13:12:06 -0500 (Sun, 16 Nov 2008)
New Revision: 11225

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/util/list.js
Log:
I think this might be harmless if this happens

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/list.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/list.js	2008-11-16 16:20:29 UTC (rev 11224)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/list.js	2008-11-16 18:12:06 UTC (rev 11225)
@@ -422,7 +422,8 @@
 								util.widgets.dispatch('select',obj.node);
 							}
 						} catch(E) {
-							alert('fixme2: ' + E);
+                            // Let's not alert on this for now.  Getting contentView has no properties in record buckets under certain conditions
+							dump('fixme2: ' + E + '\n');
 						}
 					}
 
@@ -568,7 +569,8 @@
 								util.widgets.dispatch('select',obj.node);
 							}
 						} catch(E) {
-							alert('fixme2: ' + E);
+                            // Let's not alert on this for now.  Getting contentView has no properties in record buckets under certain conditions
+							dump('fixme2: ' + E + '\n');
 						}
 					}
 



More information about the open-ils-commits mailing list