Restored code that was inadvertently removed from entityBasic.jsp. In edit mode, empty property values were erroneously not appearing with labels and plus links.
This commit is contained in:
parent
c162cf675e
commit
2eee890143
1 changed files with 17 additions and 6 deletions
|
@ -267,12 +267,23 @@ RY Description not working - FIX
|
|||
|
||||
<%-- Properties --%>
|
||||
|
||||
<c:import url="${entityMergedPropsListJsp}">
|
||||
<%-- <c:param name="mode" value="edit"/> --%>
|
||||
<c:param name="grouped" value="false"/>
|
||||
<%-- unless a value is provided, properties not assigned to a group will not have a tab or appear on the page --%>
|
||||
<c:param name="unassignedPropsGroupName" value=""/>
|
||||
</c:import>
|
||||
<c:choose>
|
||||
<c:when test="${showEdits}">
|
||||
<c:import url="${entityMergedPropsListJsp}">
|
||||
<c:param name="mode" value="edit"/>
|
||||
<c:param name="grouped" value="false"/>
|
||||
<%-- unless a value is provided, properties not assigned to a group will not have a tab or appear on the page --%>
|
||||
<c:param name="unassignedPropsGroupName" value=""/>
|
||||
</c:import>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:import url="${entityMergedPropsListJsp}">
|
||||
<c:param name="grouped" value="false"/>
|
||||
<%-- unless a value is provided, properties not assigned to a group will not have a tab or appear on the page --%>
|
||||
<c:param name="unassignedPropsGroupName" value=""/>
|
||||
</c:import>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
<p:process>
|
||||
<%-- Citation, if no thumbnail --%>
|
||||
|
|
Loading…
Add table
Reference in a new issue