ObjectIdentifier::resolve() should set documentName to internal name, not the Label property.

This commit is contained in:
Eivind Kvedalen 2016-01-01 18:05:23 +01:00
parent e523638c75
commit 9cc45e6ff2

View File

@ -574,7 +574,7 @@ void ObjectIdentifier::resolve() const
}
}
documentName = String(doc->Label.getValue());
documentName = String(doc->getName());
/* Document object name specified? */
if (documentObjectNameSet) {