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

[Bug]: "Add group" in user management broken #38340

Closed
6 of 9 tasks
mejo- opened this issue May 17, 2023 · 7 comments · Fixed by #38344
Closed
6 of 9 tasks

[Bug]: "Add group" in user management broken #38340

mejo- opened this issue May 17, 2023 · 7 comments · Fixed by #38344
Assignees
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 27-feedback bug feature: settings

Comments

@mejo-
Copy link
Member

mejo- commented May 17, 2023

⚠️ This issue respects the following points: ⚠️

  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • Nextcloud Server is running on 64bit capable CPU, PHP and OS.
  • I agree to follow Nextcloud's Code of Conduct.

Bug description

On latest master (Nextcloud 27), the "Add group" button doesn't work. When entering a group name and submitting, nothing happens. Also no error log in the console and no network request is triggered.

Steps to reproduce

  1. Go to /index.php/settings/users as admin
  2. Press the "+ Add group" button in the left panel
  3. Type a group name and press the submit button

Expected behavior

A new group should be created.

Installation method

None

Nextcloud Server version

master

Operating system

Debian/Ubuntu

PHP engine version

None

Web server

None

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

Not relevant

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@mejo- mejo- added bug 0. Needs triage Pending check for reproducibility or if it fits our roadmap 27-feedback feature: settings labels May 17, 2023
@szaimen
Copy link
Contributor

szaimen commented May 17, 2023

Cc @nextcloud/server-frontend

@artonge
Copy link
Contributor

artonge commented May 17, 2023

@Fenn-CS Could it be linked to https://github.com/nextcloud/server/pull/38202/files?

@Fenn-CS
Copy link
Contributor

Fenn-CS commented May 17, 2023

@artonge I would look into this now.

@mejo-
Copy link
Member Author

mejo- commented May 17, 2023

How about adding Cypress tests for things like that to prevent regressions in the future?

@artonge
Copy link
Contributor

artonge commented May 17, 2023

How about adding Cypress tests for things like that to prevent regressions in the future?

Cypress tests are always welcome. skjnldsv added the possibility to add some in the server recently

@Fenn-CS Fenn-CS self-assigned this May 17, 2023
Fenn-CS added a commit that referenced this issue May 17, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Fenn-CS added a commit that referenced this issue May 17, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Fenn-CS added a commit that referenced this issue May 17, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Fenn-CS added a commit that referenced this issue May 17, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Fenn-CS added a commit that referenced this issue May 17, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Fenn-CS added a commit that referenced this issue May 17, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
@Fenn-CS
Copy link
Contributor

Fenn-CS commented May 17, 2023

skjnldsv added the possibility to add some in the server recently

Please can you link me to that? could add it to my backlog

@artonge
Copy link
Contributor

artonge commented May 17, 2023

Please can you link me to that? could add it to my backlog

https://github.com/nextcloud/server/tree/master/cypress

nextcloud-command pushed a commit that referenced this issue May 18, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Fenn-CS added a commit that referenced this issue May 18, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
nextcloud-command pushed a commit that referenced this issue May 18, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
backportbot-nextcloud bot pushed a commit that referenced this issue May 18, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
szaimen pushed a commit that referenced this issue Jun 8, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
susnux pushed a commit that referenced this issue Jun 8, 2023
1ee8fba broke the addgroup functionality
by not updating the event to reflect the one in
https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue

Resolves : #38340

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 27-feedback bug feature: settings
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants