NIHVIVO-2481 Fix possible source of NullPointerException (still haven't been able to reproduce)
This commit is contained in:
parent
233c1c8feb
commit
ccdbee221b
2 changed files with 12 additions and 4 deletions
|
@ -156,7 +156,7 @@ name will be used as the label. -->
|
|||
<section class="verbosePropertyListing">
|
||||
<a class="propertyLink" href="${verboseDisplay.propertyEditUrl}">${verboseDisplay.localName}</a>
|
||||
(<span>${property.type?lower_case}</span> property);
|
||||
order in group: <span>${verboseDisplay.displayTier};</span>
|
||||
order in group: <span>${verboseDisplay.displayRank};</span>
|
||||
display level: <span>${verboseDisplay.displayLevel};</span>
|
||||
update level: <span>${verboseDisplay.updateLevel}</span>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue