-
Notifications
You must be signed in to change notification settings - Fork 22
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: [DHIS2-15187][DHIS2-15190] Working list bulk actions #3773
feat: [DHIS2-15187][DHIS2-15190] Working list bulk actions #3773
Conversation
…t/DHIS2-15187-working-list-bulk-action # Conflicts: # i18n/en.pot
…-bulk-action' into eh/feat/DHIS2-15187-working-list-bulk-action # Conflicts: # i18n/en.pot
🚀 Deployed on https://deploy-preview-3773.capture.netlify.dhis2.org |
…-working-list-bulk-action
…-working-list-bulk-action # Conflicts: # i18n/en.pot
…t/DHIS2-15187-working-list-bulk-action # Conflicts: # cypress/e2e/WorkingLists/EventWorkingLists/EventWorkingListsUser/EventWorkingListsUser.js
|
||
return ( | ||
<> | ||
<Button |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The DeleteTeiaction action is missing the program access and trackedEntityType checks. Can something similar to how WidgetProfile currently works be implemented? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think you're right. However, I've only added it as a comment for what to implement in the future. This will not be part of the first iteration as there was some uncertainty wether this should be included at all 👍 (Also, I think the F_TEI_CASCADE_DELETE
should override both program and TET access, so I'm not sure if it's needed. If not, we would have to check access in all programs this person is enrolled in, and the user might not have access to all of them. Let's open this can of worms in the future.)
...rkingLists/TeiWorkingLists/TrackedEntityBulkActions/Actions/CompleteAction/CompleteAction.js
Outdated
Show resolved
Hide resolved
Thanks, @simonadomnisoru! Should be implemented now 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job! 🥳
…t/DHIS2-15187-working-list-bulk-action # Conflicts: # i18n/en.pot
* docs: add working list bulk actions docs * chore: change title
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested successfully on 2.42,2.41.3,2.40.6,2.39.8 versions
…-working-list-bulk-action
# [101.15.0](v101.14.9...v101.15.0) (2024-11-12) ### Features * [DHIS2-15187][DHIS2-15190] Working list bulk actions ([#3773](#3773)) ([5a12722](5a12722))
🎉 This PR is included in version 101.15.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Tech-summary:
Event bulk actions:
Tracked entity actions:
Left to do: