Merge branch 'master' of https://git.dirt.kz/igor/Metadata_PHP
This commit is contained in:
@ -54,6 +54,7 @@ class EdtRec
|
||||
this.pBarDiv.innerHTML='<table style="width:100%;height:100%" cellpadding="0" cellspacing="0"><tr><td align="center" style="vertical-align: middle;"><img src="../resources/metadata/dbms/images/loading.gif" alt=""></td></tr></table>';
|
||||
|
||||
let eDiv=document.getElementById('eDiv'+this.uid);
|
||||
if(eDiv==null) return;
|
||||
eDiv.appendChild(this.pBarDiv);
|
||||
}
|
||||
};
|
||||
@ -1050,6 +1051,7 @@ class EdtRec
|
||||
let nodeType=findFirstNode(node, 'type');
|
||||
prop_name=nodeType.getAttribute("pn"); //field name
|
||||
prop=document.getElementById("prop_"+this.uid+"_"+prop_name);
|
||||
if(prop==null) return;
|
||||
|
||||
let selector=null; //find what kind of object object
|
||||
let nodeFilter=findFirstNode(this.nodeMetadata, 'properties');
|
||||
|
||||
Reference in New Issue
Block a user