probably harmless error but bears looking at
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 17 Nov 2008 03:12:14 +0000 (03:12 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 17 Nov 2008 03:12:14 +0000 (03:12 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11238 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/list.js

index 3606ab0..a1a1453 100644 (file)
@@ -422,7 +422,8 @@ util.list.prototype = {
                                                                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.list.prototype = {
                                                                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');
                                                }
                                        }