mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
Use correct refresh methods for delete so app can handle it
This commit is contained in:
@@ -48,6 +48,22 @@ class TimesheetApp extends EgwApp
|
||||
}
|
||||
}
|
||||
|
||||
observer(_msg, _app, _id, _type, _msg_type, _links) {
|
||||
|
||||
switch(_app)
|
||||
{
|
||||
case 'timesheet':
|
||||
switch(_type)
|
||||
{
|
||||
case 'delete':
|
||||
egw.dataStoreUID(_app + '::' + _id, null);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user