Ticket #13505 (confirmed Bug)
@@personal-preferences does not take into account @@editing-controlpanel settings
Reported by: | skupriy | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | General | Version: | 4.2 |
Keywords: | Cc: |
Description
The following options(@@personal-preferences):
Allow editing of Short Names
Enable external editing
do not reflect @@editing-controlpanel's options state:
Show 'Short Name' on content?
Enable External Editor feature
plone.app.users.browser:
account-panel-bare.pt
line 62: <tal:block tal:repeat="widget python:[widget for widget in view.widgets if view.showWidget(widget)]"> was this meant?
line 123: <tal:block tal:repeat="widget python:[widget for widget in fildset.widgets if view.showWidget(widget)]"> was this meant?
plone.app.users.browser.personalpreferences:
class PersonalPreferencesPanel:
def setUpWidgets():
"self.hidden_widgets" is never cleaned.
plone.app.users.browser.account:
class AccountPanelForm:
def showWidget(widget):
widget.name.strip('form.'):
"form.wysiwyg_editor".strip('form.') -> "wysiwyg_edit"