You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
needsdisableAjaxFormSubmit
.Currently it is:
I think it should be:
The same is true for groups and
Products/CMFPlone/controlpanel/browser/usergroups_groupsoverview.pt
.The text was updated successfully, but these errors were encountered: