ObjectIdentifier::resolve() should set documentName to internal name, not the Label property.
This commit is contained in:
parent
e523638c75
commit
9cc45e6ff2
|
@ -574,7 +574,7 @@ void ObjectIdentifier::resolve() const
|
|||
}
|
||||
}
|
||||
|
||||
documentName = String(doc->Label.getValue());
|
||||
documentName = String(doc->getName());
|
||||
|
||||
/* Document object name specified? */
|
||||
if (documentObjectNameSet) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user