Skip to content

Commit

Permalink
Fix default view of planning list
Browse files Browse the repository at this point in the history
  • Loading branch information
Lainow authored and trasher committed Mar 15, 2024
1 parent dffafab commit 31b1c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/planning.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ var GLPIPlanning = {
timeZone: 'UTC',
theme: true,
weekNumbers: options.full_view ? true : false,
defaultView: options.default_view,
timeFormat: 'H:mm',
eventLimit: true, // show 'more' button when too mmany events
minTime: CFG_GLPI.planning_begin,
Expand Down

0 comments on commit 31b1c2d

Please sign in to comment.