Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Alsijil
Merge requests
!417
"git@edugit.org:mirabilos/shell-workshop.git" did not exist on "ec3966e8d28dd5481349199bde809bd6630d0620"
Resolve "Creating absence fails / absence reasons do not load"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Creating absence fails / absence reasons do not load"
311-creating-absence-fails-absence-reasons-do-not-load
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Julian
requested to merge
311-creating-absence-fails-absence-reasons-do-not-load
into
master
5 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#311 (closed)
0
0
Merge request reports
Viewing commit
34f7d08e
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
34f7d08e
Require AbsenceReason
· 34f7d08e
Julian
authored
5 months ago
aleksis/apps/alsijil/frontend/components/coursebook/absences/AbsenceCreationDialog.vue
+
1
−
1
Options
@@ -67,7 +67,7 @@
v-if=
"form"
@
click=
"form = false"
:loading=
"loading"
:disabled=
"!formValid"
:disabled=
"!formValid
|| !absenceReason
"
>
{{
$t
(
"
actions.continue
"
)
}}
<v-icon
right
>
$next
</v-icon>
Loading