Commit 2cbb6ae8 authored by Frank Bergmann's avatar Frank Bergmann

- ST Timesheet:

  Disabled the "save" button on TaskForm
parent 0fb422a2
......@@ -51,8 +51,8 @@ Ext.application({
tabBarPosition: 'bottom',
items: [
// The application consists of two three only:
{xtype: 'timesheetMainProjectListNavigationView'},
{xtype: 'splashPage'},
{xtype: 'timesheetMainProjectListNavigationView'},
{xtype: 'noteNavigationView'}
]
});
......
......@@ -46,7 +46,8 @@ Ext.define('PO.view.TaskForm', {
value: 0 // Magic value: 0 is the ID of the "guest" object
}
]
}, {
}
/* , {
xtype: 'button',
text: 'Save',
ui: 'confirm',
......@@ -76,6 +77,7 @@ Ext.define('PO.view.TaskForm', {
navView.pop();
}
}
*/
]
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment