From 3c7e6c973db911fb6556269a34c0b8faf3dba63a Mon Sep 17 00:00:00 2001 From: jensens Date: Fri, 7 Jun 2024 10:00:19 -0400 Subject: [PATCH] [fc] Repository: plone.app.users Branch: refs/heads/master Date: 2024-06-06T17:48:29+02:00 Author: Maurits van Rees (mauritsvanrees) Commit: https://github.com/plone/plone.app.users/commit/cd12376ff835e6fea02e6b36b4503eafe1750c4c Fix error on personal-information page when you leave an existing portrait unchanged. The previous release added validation, but this caused a regression. Fixes https://github.com/plone/plone.app.users/issues/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) Commit: https://github.com/plone/plone.app.users/commit/2c8f9d018056828d61a7f8b3fd0c83c8dad980ae 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 --- last_commit.txt | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index 035617a76f..1480a7cd12 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,38 +1,37 @@ -Repository: plone.app.content +Repository: plone.app.users Branch: refs/heads/master -Date: 2024-06-06T23:32:52+02:00 +Date: 2024-06-06T17:48:29+02:00 Author: Maurits van Rees (mauritsvanrees) -Commit: https://github.com/plone/plone.app.content/commit/87bd1226681f18faa2df28e6a897f64b4a53fda2 +Commit: https://github.com/plone/plone.app.users/commit/cd12376ff835e6fea02e6b36b4503eafe1750c4c -No longer check visible_ids on the 'select default page' form. +Fix error on personal-information page when you leave an existing portrait unchanged. -Usage of ``visible_ids`` was largely removed in Plone 5.0 already, and you cannot change the setting on the portal or the member. -This was using the deprecated ``portal_properties`` tool. -See also https://github.com/plone/plone.app.contenttypes/pull/693 +The previous release added validation, but this caused a regression. +Fixes https://github.com/plone/plone.app.users/issues/126 Files changed: -A news/125.bugfix -M plone/app/content/browser/templates/select_default_page.pt +A news/126.bugfix +M plone/app/users/browser/account.py -b'diff --git a/news/125.bugfix b/news/125.bugfix\nnew file mode 100644\nindex 00000000..07313dda\n--- /dev/null\n+++ b/news/125.bugfix\n@@ -0,0 +1,4 @@\n+No longer check ``visible_ids`` on the \'select default page\' form.\n+Usage of ``visible_ids`` was largely removed in Plone 5.0 already, and you cannot change the setting on the portal or the member.\n+This was using the deprecated ``portal_properties`` tool.\n+[maurits]\ndiff --git a/plone/app/content/browser/templates/select_default_page.pt b/plone/app/content/browser/templates/select_default_page.pt\nindex 302fbd13..d7b33794 100644\n--- a/plone/app/content/browser/templates/select_default_page.pt\n+++ b/plone/app/content/browser/templates/select_default_page.pt\n@@ -46,9 +46,6 @@\n ">\n \n@@ -56,7 +53,6 @@\n \n
\n \n-
\n \n-