-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: Designer-1.0.0
-
Component/s: Studio Designer
-
Tags:
-
Sprint:nxNest Sprint 9.1.9
-
Story Points:1
When dragging and dropping a custom vocabulary from the catalog, the default display is:
<div role="widget"> <label>My Label</label> <div directory-name="MyVocabulary">[[document.properties.myschema:myproperty]]</div> </div>
which displays:
[object Object]
in Web UI. The default should be either
<div role="widget"> <label>My Label</label> <div directory-name="MyVocabulary">[[formatDirectory(document.properties.myschema:myproperty)]]</div> </div>
or
<div role="widget"> <label>My Label</label> <div directory-name="MyVocabulary">[[document.properties.myschema:myproperty.label]]</div> </div>