Closed sgeulette closed 8 years ago
@sgeulette Oops, sorry. I forgot to ask, have you signed the contributor agreement.
Yes, I have signed it. Thanks
It could be nice to have a published list of persons who have signed...
@sgeulette if you are a member of https://github.com/plone organization it means that you have signed it. If you are not but have signed it, somehow you were lost in the limbo, @ableeb can you confirm that @sgeulette has indeed signed the CLA and add him to the plone org?
@sgeulette @ableeb Uh, sorry, I should have checked before asking... @sgeulette you are already part of plone organization, probably @datakurre thought you were not as the plone organization is not shown on your github member profile, it would be nice if you show it there, so it's easier to know if you are or not a Plone member.
@gforcada @datakurre I have plone in my organizations. Is it not visible ?
@sgeulette I can only see collective, plonegov and imio:
@gforcada ok, thanks. It should now be visible.
@sgeulette Thanks. Merged.
The format of the second parameter on ObjectModifiedEvent can't be a dict. It must be an Attributes instance: ObjectModifiedEvent(obj, Attributes(ISample, "field")) (zope.lifecycleevent.init.py). As we can't have the field interface or the full fieldname, we can't add an Attributes instance. I have removed the parameter...