* Infolog: Add a context menu action to view a list of linked timesheets

This commit is contained in:
nathangray
2016-11-22 11:41:51 -07:00
parent 3fed6fd20d
commit ed6069aa4d
6 changed files with 64 additions and 4 deletions

View File

@ -54,8 +54,9 @@ class timesheet_hooks
'view_id' => 'ts_id',
'view_popup' => '630x480',
'edit_popup' => '630x480',
'index' => array(
'list' => array(
'menuaction' => 'timesheet.timesheet_ui.index',
'ajax' => 'true'
),
'add' => array(
'menuaction' => TIMESHEET_APP.'.timesheet_ui.edit',