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

userdata.py not working with plone.app.users 1.2 #21

Closed
ezvirtual opened this issue Mar 20, 2014 · 1 comment
Closed

userdata.py not working with plone.app.users 1.2 #21

ezvirtual opened this issue Mar 20, 2014 · 1 comment

Comments

@ezvirtual
Copy link

Hi,
I'm just wondering if userdata.py should still support plone.app.users 1.2 along with 2.0.1. Code has been changed to:
from plone.app.users.browser.userdatapanel import UserDataPanel

from
from plone.app.users.browser.personalpreferences import UserDataPanel

I wanted to check if there was a deliberate reasoning behind this and if it should support both versions? (plone app.users is still current with Plone4.3)

Cheers

@rnixx
Copy link
Member

rnixx commented Mar 20, 2014

please pin your version of plone.app.users to 2.x (latest release is 2.0.1). plone.app.users 1.x uses zope.formlib while 2.x uses z3c.form

Cheers

@rnixx rnixx closed this as completed Mar 30, 2014
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

2 participants