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
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stud.IP
Stud.IP
Merge requests
!1012
fix consultation slot generation in combination with pause times, fixes
#1582
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix consultation slot generation in combination with pause times, fixes
#1582
biest-1582
into
main
Overview
0
Commits
2
Pipelines
4
Changes
1
Merged
Jan-Hendrik Willms
requested to merge
biest-1582
into
main
2 years ago
Overview
0
Commits
2
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Viewing commit
cfac394d
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cfac394d
fix jsonapi test, re
#1582
· cfac394d
Jan-Hendrik Willms
authored
2 years ago
tests/jsonapi/ConsultationHelper.php
+
1
−
1
Options
@@ -55,7 +55,7 @@ trait ConsultationHelper
$block
=
reset
(
$blocks
);
$block
->
setData
(
self
::
$BLOCK_DATA
);
$block
->
createSlots
(
15
);
$block
->
slots
->
exchangeArray
(
$block
->
createSlots
(
15
)
)
;
foreach
(
$block
->
slots
as
$slot
)
{
$slot
->
setData
(
self
::
$SLOT_DATA
[
'note'
]);
}
Loading