-
Notifications
You must be signed in to change notification settings - Fork 926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(minor): Show leave allocation table in Leave Application on refresh hook #1375
feat(minor): Show leave allocation table in Leave Application on refresh hook #1375
Conversation
Currently, leaves of draft leave applications with status 'Open' fall under the Leaves Pending Approval column, but other statuses are ignored. Maybe all draft leave applications should be considered as Pending Approval. @ruchamahabal thoughts? |
Yes makes sense. Can be covered in a separate PR |
…esh hook (#1375) * feat: Show leave allocation table on refresh hook * fix: show dashboard on draft applications only --------- Co-authored-by: Rucha Mahabal <[email protected]> (cherry picked from commit 6060aed)
…esh hook (backport #1375) (#1675) * feat: Show leave allocation table on refresh hook * fix: show dashboard on draft applications only --------- Co-authored-by: Rucha Mahabal <[email protected]> (cherry picked from commit 6060aed) Co-authored-by: Niraj Gautam <[email protected]>
# [15.19.0](v15.18.0...v15.19.0) (2024-04-18) ### Bug Fixes * conditional rendering for checkin ion-modal (backport [#1678](#1678)) ([#1679](#1679)) ([8afc06a](8afc06a)) ### Features * **minor:** Show leave allocation table in Leave Application on refresh hook (backport [#1375](#1375)) ([#1675](#1675)) ([888d383](888d383))
What's changed:
refresh
hook. This will allow managers to view the leaves allocated all the time.no-docs
Closes: #1360