-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix application status filters #1257
Conversation
The issue is with |
Because all allocations must be made, or sections must be rejected or locked before we can move to the handled stage, we can simplify the status lookup property to just check if there are any usable reservation unit options.
ec9a27f
to
3cdb253
Compare
Bug fixed in library and updated here. |
Quality Gate passedIssues Measures |
/fast-forward |
Triggered from #1257 (comment) by @matti-lamppu. Trying to fast forward Target branch ( commit 65da25eb26cba7cf761e44175e949fbc72fe2b66 (HEAD -> main, tag: v0.51.3, origin/main, origin/HEAD)
Author: Matti Lamppu <matti.lamppu@vincit.fi>
Date: Thu Jun 27 11:15:01 2024 +0300
Fix admin panel buttons not working in some cases
Only display the buttons in list of form views depending on
which it is intended to work in. Pull request ( commit 3cdb2530c17f9b6a4033586df591894a0fd4b0a1 (pull_request/fix-application-status-filters)
Author: Matti Lamppu <matti.lamppu@vincit.fi>
Date: Thu Jun 27 09:32:55 2024 +0300
Update deps Fast forwarding $ git push origin 3cdb2530c17f9b6a4033586df591894a0fd4b0a1:main
To https://github.com/City-of-Helsinki/tilavarauspalvelu-core.git
65da25eb..3cdb2530 3cdb2530c17f9b6a4033586df591894a0fd4b0a1 -> main |
🛠️ Changelog
lookup_property
library that overwrote the statuses in thee query that is now fixed.REJECTED
status.🧪 Test plan
🚧 Dependencies
🎫 Tickets