Ignore:
Timestamp:
09/23/10 10:14:52 (14 years ago)
Author:
eduardoalex
Message:

Ticket #1251 - Commit principal com adição da melhoria no módulo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/contactcenter/js/cc_tree.js

    r3180 r3282  
    3434                this.tree = new dFTree({'name': params['name']+'_tree'}); 
    3535                this.actualLevel = null; 
     36                this.actualCatalog = null; 
     37                this.actualCatalogIsExternal = null; 
    3638                this.treeAvailable = false; 
    3739                this.afterSetCatalog = params['afterSetCatalog']; 
     
    5759                                return; 
    5860                        } 
    59                          
     61                        _this.actualCatalog = data['catalog'];//Atribuir o catalogo atual... 
     62                        _this.actualCatalogIsExternal = data['external']; 
    6063                        if (data['status'] != 'ok') 
    6164                        { 
Note: See TracChangeset for help on using the changeset viewer.