first take on pushing app-changes to all clients

This commit is contained in:
Ralf Becker
2020-01-23 11:26:44 +01:00
parent c6bd019d52
commit 6e0936bd98
6 changed files with 99 additions and 14 deletions

View File

@@ -67,7 +67,8 @@ class timesheet_hooks
'file_access'=> TIMESHEET_APP.'.timesheet_bo.file_access',
'file_access_user' => true, // file_access supports 4th parameter $user
'notify' => TIMESHEET_APP.'.timesheet_bo.notify',
'merge' => true,
'merge' => true,
'push_data' => 'ts_owner',
);
}