Ignore:
Timestamp:
04/11/11 11:47:31 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1593 - Criação de grupos usando contatos apartir do catalogo geral.

File:
1 edited

Legend:

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

    r3333 r3970  
    4949        ccCatalogTree.prototype.setCatalog = function(catalog) { 
    5050                var _this = this; 
     51                var _catalog = catalog; 
     52 
    5153                var handler = function (responseText) 
    5254                { 
     
    6769                                return; 
    6870                        } 
     71                        _this.actualLevel = _catalog; 
    6972 
    7073                        _this.catalog_perms = parseInt(data['perms']); 
     
    9598         
    9699                var _this = this; 
     100                var _catalog = catalog; 
     101 
    97102                var handler = function (responseText) 
    98103                { 
     
    112117                                return; 
    113118                        } 
     119                        _this.actualLevel = _catalog; 
    114120 
    115121                        _this.catalog_perms = parseInt(data['perms']); 
Note: See TracChangeset for help on using the changeset viewer.