mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
* ProjectManager - Preferences to set order of bars in GanttChart
r38184: ganttchart in popup for timesheet and calendar edit remove date in timesheet bar title to make them shorter r38185: ganttchart - prefs to change sub-projects order and not other elements order r38301: Order projectmanager bars in gantt chart: set label corresponding to User Experience
This commit is contained in:
parent
77fa6800b2
commit
7985a4ab28
@ -31,6 +31,7 @@ class calendar_hooks
|
||||
),
|
||||
'view_id' => 'cal_id',
|
||||
'view_popup' => '750x400',
|
||||
'edit_popup' => '750x400',
|
||||
'view_list' => 'calendar.calendar_uilist.listview',
|
||||
'add' => array(
|
||||
'menuaction' => 'calendar.calendar_uiforms.edit',
|
||||
|
@ -45,6 +45,7 @@ class timesheet_hooks
|
||||
),
|
||||
'view_id' => 'ts_id',
|
||||
'view_popup' => '600x425',
|
||||
'edit_popup' => '600x425',
|
||||
'index' => array(
|
||||
'menuaction' => 'timesheet.timesheet_ui.index',
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user