Ver código fonte

Merge branch 'Selector.noSelectableItemText_execption' into 'develop'

Merge of Selector.noSelectableItemText_execption to develop

See merge request o2oa/o2oa!1263
蔡祥熠 5 anos atrás
pai
commit
48db61fa5a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      o2web/source/x_component_Selector/Person.js

+ 1 - 1
o2web/source/x_component_Selector/Person.js

@@ -1362,7 +1362,7 @@ MWF.xApplication.Selector.Person = new Class({
         }
     },
     afterLoadSelectItem : function(){
-        if( this.subItems.length === 0 && this.subCategorys.length === 0 && this.items.length === 0 ){
+        if( this.items.length === 0 && this.subItems.length === 0 && this.subCategorys.length === 0 ){
            this.noSelectableItemTextDiv = new Element("div", {
                text : MWF.SelectorLP.noSelectableItemText,
                styles : this.css.noSelectableItemText