Sfoglia il codice sorgente

Merge branch 'cherry-pick-9859ef58' into 'develop'

Merge branch 'fix/Selector.selectSingleItem_execption' into 'wrdp'

See merge request o2oa/o2oa!1487
蔡祥熠 5 anni fa
parent
commit
9834189603
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      o2web/source/x_component_Selector/Person.js

+ 2 - 0
o2web/source/x_component_Selector/Person.js

@@ -1391,6 +1391,8 @@ MWF.xApplication.Selector.Person = new Class({
             }else{
                 this._selectSingleItem();
             }
+        }else{
+            this._selectSingleItem();
         }
     },
     _selectSingleItem : function(){