-
-
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
AttributeError while saving in @@personal-information view #126
Comments
Confirmed. This is caused by PR #123. Workaround is to switch back to |
mauritsvanrees
added a commit
that referenced
this issue
Jun 6, 2024
…trait unchanged. The previous release added validation, but this caused a regression. Fixes #126
mister-roboto
pushed a commit
to plone/buildout.coredev
that referenced
this issue
Jun 7, 2024
Branch: refs/heads/master Date: 2024-06-06T17:48:29+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.users@cd12376 Fix error on personal-information page when you leave an existing portrait unchanged. The previous release added validation, but this caused a regression. Fixes plone/plone.app.users#126 Files changed: A news/126.bugfix M plone/app/users/browser/account.py Repository: plone.app.users Branch: refs/heads/master Date: 2024-06-07T10:00:19-04:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.users@2c8f9d0 Merge pull request #129 from plone/maurits-fix-portrait-not-changed Fix error on personal-information when leaving existing portrait unchanged Files changed: A news/126.bugfix M plone/app/users/browser/account.py
mister-roboto
pushed a commit
to plone/buildout.coredev
that referenced
this issue
Jun 7, 2024
Branch: refs/heads/master Date: 2024-06-06T17:48:29+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.app.users@cd12376 Fix error on personal-information page when you leave an existing portrait unchanged. The previous release added validation, but this caused a regression. Fixes plone/plone.app.users#126 Files changed: A news/126.bugfix M plone/app/users/browser/account.py Repository: plone.app.users Branch: refs/heads/master Date: 2024-06-07T10:00:19-04:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.app.users@2c8f9d0 Merge pull request #129 from plone/maurits-fix-portrait-not-changed Fix error on personal-information when leaving existing portrait unchanged Files changed: A news/126.bugfix M plone/app/users/browser/account.py
I have released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)
In the @@personal-information view I get the following error when I make changes but the portrait image remains the same:
What I did:
Added an portrait and saved. Then edit again, leave the portrait unchanged and save.
What I expect to happen:
The changes are saved.
What actually happened:
Get the above error message.
What version of Plone/ Addons I am using:
Plone 6.0.11.1 Classic
plone.app.users 3.0.6
The text was updated successfully, but these errors were encountered: