mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
using now edit instead of view, as we do now, when there is no distinct view
This commit is contained in:
parent
cfc3039bc0
commit
f2434dd357
@ -41,11 +41,13 @@ class timesheet_hooks
|
|||||||
'title' => TIMESHEET_APP.'.timesheet_bo.link_title',
|
'title' => TIMESHEET_APP.'.timesheet_bo.link_title',
|
||||||
'titles'=> TIMESHEET_APP.'.timesheet_bo.link_titles',
|
'titles'=> TIMESHEET_APP.'.timesheet_bo.link_titles',
|
||||||
'view' => array(
|
'view' => array(
|
||||||
'menuaction' => TIMESHEET_APP.'.timesheet_ui.view',
|
'menuaction' => TIMESHEET_APP.'.timesheet_ui.edit',
|
||||||
),
|
),
|
||||||
'view_id' => 'ts_id',
|
'view_id' => 'ts_id',
|
||||||
'view_popup' => '600x425',
|
'view_popup' => '600x425',
|
||||||
'view_list' => 'timesheet.timesheet_ui.index',
|
'index' => array(
|
||||||
|
'menuaction' => 'timesheet.timesheet_ui.index',
|
||||||
|
),
|
||||||
'add' => array(
|
'add' => array(
|
||||||
'menuaction' => TIMESHEET_APP.'.timesheet_ui.edit',
|
'menuaction' => TIMESHEET_APP.'.timesheet_ui.edit',
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user