-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments requested on Owner blueprint (doesn't seem to work) #7
Comments
Quoting Daniel Jowett (2014-07-23 12:33:00)
feel free to contribute. Rok Garbas - http://www.garbas.si |
I just ran into the same issue. Here is a diff for the owner.py which solves it and also supports Dexterity.
|
I'd appreciate comments on the following.
After investigating whether the owner blueprint is really working (it wasn't on my latest project), I found that owner.py and the owner blueprint documentation both expect item['_owner'] to be a list, whereas this commit in collective.jsonify (in 2011) sets what will be item['_owner'] to a string.
Did a matching commit to collective.jsonmigrator get lost at that stage? Has anyone seen the owner blueprint working since? I'm happy to write a fix, but want to know if I'm breaking anything that works.
And (in case folk think I'm moaning) I still really appreciate the product and (esp @garbas) your work on it.
The text was updated successfully, but these errors were encountered: