Skip to content
Snippets Groups Projects

Resolve "source of annotation"

Merged Piotr Gawron requested to merge 373-source-of-annotation into master
7 files
+ 103
57
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -312,10 +312,12 @@ AbstractPanel.prototype.createTargetRow = function (target, icon) {
descColumn.appendChild(guiUtils.createParamLine("Name: ", target.getName()));
descColumn.appendChild(guiUtils.createAnnotations("Elements: ", target.getTargetParticipants(), {
showType: false,
inline: true
inline: true,
groupAnnotations: false
}));
descColumn.appendChild(guiUtils.createAnnotations("References: ", target.getReferences(), {
showType: false
showType: false,
groupAnnotations: false
}));
if (submaps.length > 0) {
descColumn.appendChild(guiUtils.createLabel("Available in submaps: "));
Loading