collective / collective.nitf

A Dexterity-based content type inspired on the News Industry Text Format specification
8 stars 3 forks source link

upgrade step to fix default values #49

Closed hvelarde closed 10 years ago

hvelarde commented 11 years ago

after fixing #35 we still have an issue with objects created before the fix was implemented.

this upgrade step will set new default values to fields returning None.

also, on the control panel of the package, we must set a default value for the available_sections field ( set('General') ) and a default value for the available_genres field ( set('Current') ).

hvelarde commented 11 years ago

implemented partially in #50; still missing the default value for available_sections and available_genres