Skip to content

Commit

Permalink
Merge pull request 'fix: triggering process search in dashboard updat…
Browse files Browse the repository at this point in the history
…es menu correctly' (#19) from 25070_dashboard_search_menu_highlighting into master

Reviewed-on: https://gitea.intranda.com/goobi-workflow/goobi-plugin-dashboard-extended/pulls/19

closes #25070
  • Loading branch information
simon committed Jan 17, 2024
2 parents 4e9cfd4 + faba5db commit 009b41e
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#{msgs.showClosedProcesses}
</label>
</div>

<div class="checkbox">
<label> <h:selectBooleanCheckbox
value="#{ProzessverwaltungForm.showArchivedProjects}" />
Expand All @@ -64,16 +64,19 @@
jsf:id="absenden"
type="submit"
jsf:action="#{ProzessverwaltungForm.FilterAlleStart}">
<i class="fa fa-search margin-right-5"></i>
<span class="fa fa-search margin-right-5" />
<span>
<h:outputText value="#{msgs.search}" />
</span>
<f:setPropertyActionListener
<f:setPropertyActionListener
target="#{ProzessverwaltungForm.modusAnzeige}"
value="aktuell" />
<f:setPropertyActionListener
target="#{NavigationForm.aktuell}"
value="a22" />
<f:setPropertyActionListener
target="#{NavigationForm.parentMenu}"
value="menu_workflow"/>
</button>
</div>
</h:form>
Expand All @@ -83,5 +86,3 @@
</composite:implementation>

</ui:composition>


0 comments on commit 009b41e

Please sign in to comment.