Merge branch 'release-1.3' into develop

This commit is contained in:
Thomas Keller
2012-05-15 22:48:56 +02:00
12 changed files with 113 additions and 13 deletions

View File

@@ -105,6 +105,8 @@ class IDF_Project extends Pluf_Model
'type' => 'Pluf_DB_Field_Foreignkey',
'model' => 'IDF_ProjectActivity',
'blank' => true,
'is_null' => true,
'default' => null,
'verbose' => __('current project activity'),
),
);