Skip to content
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: remove members references from user group form [DHIS2-16766] #1342

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

tomzemp
Copy link
Member

@tomzemp tomzemp commented Feb 8, 2024

I made an update for #1328 to backport some changes for user group form (and to fix a bug where one could not edit groups assigned to user groups).

However, the code I backported had references to members (which are not editable on v38 because bulk member edit is not a feature there). As a result, an error occurred when saving a new user group (DHIS2-16766)

This PR removes the references to members on user group add and edit (the code for edit didn't do anything because there is no members field in the form).

I've tested to confirm that I can create a new user group and edit the user group management for existing user groups

@tomzemp tomzemp requested a review from a team February 8, 2024 18:26
@dhis2-bot
Copy link
Contributor

🚀 Deployed on https://pr-1342--dhis2-user.netlify.app

@tomzemp tomzemp merged commit 3e1e016 into v38 Feb 13, 2024
10 checks passed
@tomzemp tomzemp deleted the DHIS2-16766/v38/user-group-create branch February 13, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants