Skip to content

Commit

Permalink
fix errors when loading image view when logged in as admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Alpers committed Jan 22, 2025
1 parent a46d133 commit 562556a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<ui:param name="displayStatistics"
value="#{viewBean.get('showRecordStatistics') == 'true' or not statisticsBean.recordStatisticWidgetCollapsible}" />

<h:form>
<h:commandScript render="@none" name="hideStatistics"
action="#{viewBean.put('showRecordStatistics', 'false')}">
</h:commandScript>
Expand Down Expand Up @@ -110,6 +111,7 @@
</div>
</div>
</h:panelGroup>
</h:form>
</c:if>
</composite:implementation>
</ui:composition>

0 comments on commit 562556a

Please sign in to comment.