disable auto-row selection for copy browser
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Mar 2007 19:24:38 +0000 (19:24 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Mar 2007 19:24:38 +0000 (19:24 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0_3@7044 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/copy_browser.js

index 48fda92..b0c916d 100644 (file)
@@ -1208,6 +1208,7 @@ cat.copy_browser.prototype = {
                                'skip_all_columns_except' : [0,1,2],
                                'retrieve_id' : 'aou_' + org.id(),
                                'to_bottom' : true,
+                               'no_auto_select' : true,
                        };
                
                        var acn_tree_list;
@@ -1304,6 +1305,7 @@ cat.copy_browser.prototype = {
                                'retrieve_id' : 'acn_' + acn_tree.id(),
                                'node' : parent_node,
                                'to_bottom' : true,
+                               'no_auto_select' : true,
                        };
                        var node = obj.list.append(data);
                        obj.map_tree[ 'acn_' + acn_tree.id() ] =  node;
@@ -1354,6 +1356,7 @@ cat.copy_browser.prototype = {
                                'retrieve_id' : 'acp_' + acp_item.id(),
                                'node' : parent_node,
                                'to_bottom' : true,
+                               'no_auto_select' : true,
                        };
                        var node = obj.list.append(data);
                        obj.map_tree[ 'acp_' + acp_item.id() ] =  node;
@@ -1432,6 +1435,7 @@ cat.copy_browser.prototype = {
                        JSAN.use('util.list'); obj.list = new util.list('copy_tree');
                        obj.list.init(
                                {
+                                       'no_auto_select' : true,
                                        'columns' : columns,
                                        'map_row_to_columns' : circ.util.std_map_row_to_columns(' '),
                                        'retrieve_row' : function(params) {