Skip to content

Commit

Permalink
feature/IVYPORTAL-16201-Remove-ajax-loader
Browse files Browse the repository at this point in the history
- Remove ajax loader in Absence page
  • Loading branch information
lmluat-axonivy committed Dec 25, 2024
1 parent 78f0f19 commit fa369f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</h:panelGroup>
<p:toggleSwitch id="show-absence-in-the-past" value="#{data.absenceInThePastShown}"
styleClass="show-absence-in-the-past-panel">
<p:ajax event="change" listener="#{logic.findAbsencesAndSubstitutes()}"
<p:ajax event="change" listener="#{logic.findAbsencesAndSubstitutes()}" global="false"
update="@(.absence-table)" partialSubmit="true" />
</p:toggleSwitch>
</div>
Expand Down Expand Up @@ -112,7 +112,7 @@
<p:commandButton id="add-absence"
styleClass="Fright ui-sm-hidden primary-color-light-button"
value="#{ivy.cms.co('/ch.ivy.addon.portalkit.ui.jsf/AbsenceAndDeputy/addAbsence')}"
process="@this"
process="@this" global="false"
oncomplete="PF('absence-dialog').show()"
actionListener="#{logic.add}"
update="absence-dialog absence-form"
Expand Down

0 comments on commit fa369f2

Please sign in to comment.