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

Assignment returned by assignment_mapping_from_key() is not acquisition-wrapped. #139

Open
fulv opened this issue Aug 19, 2020 · 0 comments

Comments

@fulv
Copy link
Member

fulv commented Aug 19, 2020

e.g.

portlet = assignment_from_key( getSite(), u'plone.rightcolumn', CONTEXT_CATEGORY, '/', 'p_name' )
(Pdb) portlet
<Assignment at ++contextportlets++plone.rightcolumn/p_name>
(Pdb) portlet.aq_chain
[<Assignment at ++contextportlets++plone.rightcolumn/p_name>, <PortletAssignmentMapping at ++contextportlets++plone.rightcolumn>]

In other words, the chain ends at the assignment mapping and doesn't go up to the portal.

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