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

Plone hangs in debugtoolbar when trying to edit a portlet #13

Open
djowett opened this issue Apr 29, 2016 · 1 comment
Open

Plone hangs in debugtoolbar when trying to edit a portlet #13

djowett opened this issue Apr 29, 2016 · 1 comment

Comments

@djowett
Copy link
Contributor

djowett commented Apr 29, 2016

At this line:

secu_label += '. Permission: ' + secu_infos[-1][1:-11] # _x_Permission -> x

I've no idea why. Also len(secu_infos) has the same result.
Using kill -USR1 doesn't give me a stracktrace either, so I had to track this down the hard way with pdb :-(

secu_infos is <imPermissionRole object at 0x90a6970> from AccessControl version 3.0.11

I'm using:

  • Plone 4.3.8
  • plone.app.contenttypes 1.1
  • plone.app.multilingual 2.0.2
  • plone.app.portlets 2.5.4
@djowett
Copy link
Contributor Author

djowett commented May 3, 2016

I should add that commenting out this line stops the issue (though I obviously lose some information in the debugtoolbar).

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

No branches or pull requests

1 participant