-
Notifications
You must be signed in to change notification settings - Fork 15
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
Users lookup broken #66
Comments
imho that's an issue in Plone 5 too |
This bug went in somewhen in p4.x, yes. |
This is probably a good place to start at the time the users stuff went into the shop there was heavy progress on plone.app.users, so chances are hight the something has been optimized until broken or so |
I have been looking into this. DebugWhile debugging this i found that we use two different When you change the _marker to be imported from CMFCore you get an error "no such property fullname", this is because we delete that property in When you manualy readd this property over the CMI you get another error then no such property location, we also delete location from portal_memberdata, so i added that property too and it works. The fields don't get displayed in @@personal-information. Possible Solution
|
I just found http://docs.plone.org/4/en/old-reference-manuals/pluggable_authentication_service/properties-plugins.html looks like we need to implement that, will update the comment above. |
The PlonePAS bug should be fixed first. The customization of userdata properties was done like in https://github.com/collective/collective.examples.userdata If we need a custom properties plugin, then ok. The implementation looks quite easy. It sounds just not very extensible - it may conflict with other addons, if they provide their own userdata property adapters. But that's maybe negligible. So, go ahead! :) |
PlonePAS pr is here |
Signed-off-by: Rene Jochum <rene@jochums.at>
Signed-off-by: Rene Jochum <rene@jochums.at>
Signed-off-by: Rene Jochum <rene@jochums.at>
Signed-off-by: Rene Jochum <rene@jochums.at>
@pcdummy PlonePAS merged. PR for bda.plone.shop up not ready yet? |
Sorry, forgot to add a PR for this. |
Fixes ticket #66 by implementing a PlonePAS plugin for properties.
It works with Plone5 but i found a bug, the new Plugin must be last so this works and it doesn't get sorted in as the last one. Will add a second PR soon. |
with bda.plone.shop (and bda.plone.productshop) on Plone 4.3, the user lookup is broken. Instead of the username something like this is displayed:
<object object at 0x7fd704e09580>
Example for documentByLine:
The text was updated successfully, but these errors were encountered: