Explorar el Código

Merge branch 'fix/fetch_from_wrdp' into 'develop'

同步到develop

See merge request o2oa/o2oa!1267
蔡祥熠 hace 5 años
padre
commit
9cd314fd89
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      o2web/source/x_component_Selector/Person.js

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

@@ -1363,10 +1363,10 @@ MWF.xApplication.Selector.Person = new Class({
     },
     afterLoadSelectItem : function(){
         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
-           }).inject( this.itemAreaNode );
+            this.noSelectableItemTextDiv = new Element("div", {
+                text : MWF.SelectorLP.noSelectableItemText,
+                styles : this.css.noSelectableItemText
+            }).inject( this.itemAreaNode );
         }
         this.fireEvent("afterLoadSelectItem", [this]);
     },