- added fields: longdescr, hoursworked, hoursplanned
This commit is contained in:
@@ -59,7 +59,7 @@ module.exports = {
|
||||
|
||||
// #TODO Projects++ Add fields ...
|
||||
allfieldProject: function () {
|
||||
return ['userId', 'pos', 'descr', 'priority', 'completed', 'created_at', 'modify_at',
|
||||
return ['userId', 'pos', 'id_parent', 'descr', 'longdescr', 'hoursplanned', 'hoursworked', 'priority', 'completed', 'created_at', 'modify_at',
|
||||
'completed_at', 'expiring_at', 'enableExpiring', 'id_prev', 'progressCalc', 'modified']
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user