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

remove dependency on plone.principalsource #152

Closed
hvelarde opened this issue Mar 28, 2013 · 1 comment
Closed

remove dependency on plone.principalsource #152

hvelarde opened this issue Mar 28, 2013 · 1 comment
Assignees
Milestone

Comments

@hvelarde
Copy link
Member

seems to me use of plone.principalsource is deprecated and is not compatible with Plone 4.3; so, we should replace:

from plone.principalsource.source import GroupsVocabularyFactory

in layout.py with a similar call from plone.app.vocabularies, probably:

from plone.app.vocabularies.groups import GroupsSource
@hvelarde
Copy link
Member Author

to test this I think we should solve #151 first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants