Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uni Osnabrück
Stud.IP
Commits
e578183c
Commit
e578183c
authored
Sep 11, 2023
by
David Siegfried
Committed by
Elmar Ludwig
Sep 12, 2023
Browse files
Options
Downloads
Patches
Plain Diff
prevent php8-warnings, closes #3169
Closes #3169 Merge request
studip/studip!2146
parent
e8987836
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/views/resources/room_planning/booking_plan.php
+3
-3
3 additions, 3 deletions
app/views/resources/room_planning/booking_plan.php
with
3 additions
and
3 deletions
app/views/resources/room_planning/booking_plan.php
+
3
−
3
View file @
e578183c
...
...
@@ -46,10 +46,10 @@
_
(
'Belegungsplan'
),
[
'editable'
=>
true
,
'selectable'
=>
(
$fullcalendar_studip_urls
[
'add'
]
!=
null
),
'selectable'
=>
!
empty
(
$fullcalendar_studip_urls
[
'add'
]),
'studip_urls'
=>
$fullcalendar_studip_urls
,
'minTime'
=>
(
$min_time
)
,
'maxTime'
=>
(
$max_time
)
,
'minTime'
=>
$min_time
,
'maxTime'
=>
$max_time
,
'allDaySlot'
=>
false
,
'header'
=>
[
'left'
=>
'dayGridMonth,timeGridWeek,timeGridDay'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment