collective / collective.contact.core

part of the collective.contact.* suite that provides a directory where you create persons, organizations, sub-organizations and positions
https://github.com/collective/collective.contact.demo
6 stars 10 forks source link

Removed useless Attribute field `is_created` from `IPerson` schema. #57

Closed gbastien closed 6 years ago

gbastien commented 6 years ago

Added corresponding migration.

gbastien commented 6 years ago

I also adapted held_position.get_title to return unicode as it is the accessor for title field that is stored in unicode (and it is the case for person.get_title that returns unicode). Only the 'Title' method must return utf-8.