TaskEditDialog.js (tine20-2020.08.3) | : | TaskEditDialog.js (tine20-2020.08.4) | ||
---|---|---|---|---|
skipping to change at line 189 | skipping to change at line 189 | |||
labelSeparator: '', | labelSeparator: '', | |||
columnWidth: .333 | columnWidth: .333 | |||
}, | }, | |||
items: [[{ | items: [[{ | |||
columnWidth: 1, | columnWidth: 1, | |||
fieldLabel: this.app.i18n._('Summary'), | fieldLabel: this.app.i18n._('Summary'), | |||
name: 'summary', | name: 'summary', | |||
listeners: {render: function(field){field.focus(false, 2 50);}}, | listeners: {render: function(field){field.focus(false, 2 50);}}, | |||
allowBlank: false | allowBlank: false | |||
}], [new Ext.ux.form.DateTimeField({ | }], [new Ext.ux.form.DateTimeField({ | |||
allowBlank: true, | ||||
defaultTime: '12:00', | defaultTime: '12:00', | |||
fieldLabel: this.app.i18n._('Due date'), | fieldLabel: this.app.i18n._('Due date'), | |||
name: 'due' | name: 'due' | |||
}), | }), | |||
new Tine.Tinebase.widgets.keyfield.ComboBox({ | new Tine.Tinebase.widgets.keyfield.ComboBox({ | |||
fieldLabel: this.app.i18n._('Priority'), | fieldLabel: this.app.i18n._('Priority'), | |||
name: 'priority', | name: 'priority', | |||
app: 'Tasks', | app: 'Tasks', | |||
keyFieldName: 'taskPriority', | keyFieldName: 'taskPriority', | |||
}), | }), | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |