Skip to content

Commit

Permalink
fix: triggering process search in dashboard updates menu correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
simon committed Jan 17, 2024
1 parent 4e9cfd4 commit faba5db
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 faba5db

Please sign in to comment.