[open-ils-commits] r11238 - branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/util

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


Author: phasefx
Date: 2008-11-16 22:12:14 -0500 (Sun, 16 Nov 2008)
New Revision: 11238

Modified:
   branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/util/list.js
Log:
probably harmless error but bears looking at

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/util/list.js
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/util/list.js	2008-11-17 03:11:03 UTC (rev 11237)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/chrome/content/util/list.js	2008-11-17 03:12:14 UTC (rev 11238)
@@ -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