Browse Source

Selector.noSelectableItemText_execption

unknown 5 years ago
parent
commit
117da32824
1 changed files with 1 additions and 1 deletions
  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