You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the admin Do not display the property value twice with an additional link for ToOneLookups in main entity grids if it the property is already the main entity link
Copy file name to clipboardExpand all lines: admin/broadleaf-open-admin-platform/src/main/resources/open_admin_style/templates/components/listGrid.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@
116
116
th:href="@{${record.path}}"
117
117
th:text="${#strings.isEmpty(field.displayValue) ? '(No value set)' : field.displayValue}" />
118
118
119
-
<spanth:if="${headerField.canLinkToExternalEntity and !#strings.isEmpty(field.value)}" th:remove="tag">
119
+
<spanth:if="${!headerField.mainEntityLink and headerField.canLinkToExternalEntity and !#strings.isEmpty(field.value)}" th:remove="tag">
0 commit comments