* 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:
Nathan Gray 2012-03-12 15:45:17 +00:00
parent 77fa6800b2
commit 7985a4ab28
2 changed files with 2 additions and 0 deletions

View File

@ -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',

View File

@ -45,6 +45,7 @@ class timesheet_hooks
),
'view_id' => 'ts_id',
'view_popup' => '600x425',
'edit_popup' => '600x425',
'index' => array(
'menuaction' => 'timesheet.timesheet_ui.index',
),