Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TAM
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
TAM
Merge requests
!178
Lock Vue version
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Lock Vue version
versionFix
into
master
Overview
1
Commits
2
Pipelines
2
Changes
11
Closed
Lock Vue version
Otto Visser
requested to merge
versionFix
into
master
Mar 3, 2022
Overview
1
Commits
2
Pipelines
2
Changes
11
Fixed broken page by forcing Vue version in html templates
minimal changes made to allowing building with java 11: newer gradle, newer Spring Boot
0
0
Merge request reports
Compare
master
version 2
133bdfd2
Mar 3, 2022
version 1
133bdfd2
Mar 3, 2022
master (base)
and
latest version
latest version
8963afb1
2 commits,
May 30, 2022
version 2
133bdfd2
1 commit,
Mar 3, 2022
version 1
133bdfd2
3 commits,
Mar 3, 2022
11 files
+
51094
−
24512
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
frontend/src/components/Student/Preferences/CourseList.vue
+
4
−
0
View file @ 8963afb1
Show full file
@@ -13,6 +13,10 @@
:options=
"preference_levels"
@
input=
"preference_updated($event, row.item.id)"
:stacked=
"stacked"
:buttons=
"!stacked"
button-variant=
"outline-delft"
/>
<b-button
v-model=
"preferences[row.item.id]"
@
input=
"preference_updated(1, row.item.id)"
>
Yes
</b-button>
<b-button
v-model=
"preferences[row.item.id]"
@
input=
"preference_updated(2, row.item.id)"
>
Yes, and I've TAed it before
</b-button>
</
template
>
<!-- Template for course description (note) -->
Loading