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

Adding a user in classic does not yield any feedback #4044

Open
pbauer opened this issue Nov 6, 2024 · 0 comments · May be fixed by #4048
Open

Adding a user in classic does not yield any feedback #4044

pbauer opened this issue Nov 6, 2024 · 0 comments · May be fixed by #4048
Milestone

Comments

@pbauer
Copy link
Member

pbauer commented Nov 6, 2024

Adding a user using the modal-forms in Plone Classic (6.0.x and 6.1.x) does not yield the expected portal-message "User added" (that is indeed triggered by the AddUserForm). Especially when the option "Many Users?" is active it may be very confusing.

The pat-plone-modal config in Products/CMFPlone/controlpanel/browser/usergroups_usersoverview.pt needs disableAjaxFormSubmit.

Currently it is:

  "actionOptions": {
    "redirectOnResponse": true,
    "redirectToUrl": "${portal_url}/@@usergroup-userprefs"
  }
}'

I think it should be:

  "actionOptions": {
    "disableAjaxFormSubmit": true
  }
}'

The same is true for groups and Products/CMFPlone/controlpanel/browser/usergroups_groupsoverview.pt.

@pbauer pbauer added this to the Plone 6.1 milestone Nov 6, 2024
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 a pull request may close this issue.

1 participant