Diff Вы: nobody
Вход

Differences From Artifact [f19f25a62c]:

To Artifact [32637c5760]:


   115    115                       md = metadata.current;
   116    116                       if (!md){
   117    117                           return;
   118    118                       }
   119    119                       nameMd = md.rootObject.name;
   120    120                       reRootObject = new RegExp(nameMd, 'ig');
   121    121                       reviseObjectList = toV8Value(dlgInfo.form.getControl("ReviseObjectList").value);
          122  +                    Message(""+reviseObjectList.toStringInternal());
   122    123                       reviesObjectText = reviseObjectList.toStringInternal();
   123    124                       if (reRootObject.test(reviesObjectText)){
   124    125                           dlgInfo.form.getControl("GetRecursive").value = false;
   125    126                       }
   126    127                   }
   127    128               }catch(e){
   128    129                    Message("Ошибка : " + e.description)