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 f373b57b69
commit 34d9d86925

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) {