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
Commits
f852e295
Verified
Commit
f852e295
authored
9 months ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Move action buttons in person multiple select dialog to the bottom
parent
fc798992
No related branches found
No related tags found
1 merge request
!385
Resolve "Move action buttons in multiple selection of persons in lesson to the footer of the card"
Pipeline
#191701
failed
9 months ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/alsijil/frontend/components/coursebook/absences/ManageStudentsDialog.vue
+9
-16
9 additions, 16 deletions
...d/components/coursebook/absences/ManageStudentsDialog.vue
with
9 additions
and
16 deletions
aleksis/apps/alsijil/frontend/components/coursebook/absences/ManageStudentsDialog.vue
+
9
−
16
View file @
f852e295
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
import
AbsenceReasonButtons
from
"
aleksis.apps.kolego/components/AbsenceReasonButtons.vue
"
;
import
AbsenceReasonButtons
from
"
aleksis.apps.kolego/components/AbsenceReasonButtons.vue
"
;
import
AbsenceReasonChip
from
"
aleksis.apps.kolego/components/AbsenceReasonChip.vue
"
;
import
AbsenceReasonChip
from
"
aleksis.apps.kolego/components/AbsenceReasonChip.vue
"
;
import
AbsenceReasonGroupSelect
from
"
aleksis.apps.kolego/components/AbsenceReasonGroupSelect.vue
"
;
import
AbsenceReasonGroupSelect
from
"
aleksis.apps.kolego/components/AbsenceReasonGroupSelect.vue
"
;
import
CancelButton
from
"
aleksis.core/components/generic/buttons/CancelButton.vue
"
;
import
DialogCloseButton
from
"
aleksis.core/components/generic/buttons/DialogCloseButton.vue
"
;
import
DialogCloseButton
from
"
aleksis.core/components/generic/buttons/DialogCloseButton.vue
"
;
import
MobileFullscreenDialog
from
"
aleksis.core/components/generic/dialogs/MobileFullscreenDialog.vue
"
;
import
MobileFullscreenDialog
from
"
aleksis.core/components/generic/dialogs/MobileFullscreenDialog.vue
"
;
import
mutateMixin
from
"
aleksis.core/mixins/mutateMixin.js
"
;
import
mutateMixin
from
"
aleksis.core/mixins/mutateMixin.js
"
;
...
@@ -26,7 +25,6 @@ export default {
...
@@ -26,7 +25,6 @@ export default {
AbsenceReasonGroupSelect
,
AbsenceReasonGroupSelect
,
AbsenceReasonButtons
,
AbsenceReasonButtons
,
PersonalNotes
,
PersonalNotes
,
CancelButton
,
LessonInformation
,
LessonInformation
,
MobileFullscreenDialog
,
MobileFullscreenDialog
,
SlideIterator
,
SlideIterator
,
...
@@ -150,15 +148,6 @@ export default {
...
@@ -150,15 +148,6 @@ export default {
class=
"pt-4 full-width"
class=
"pt-4 full-width"
/>
/>
</v-scroll-x-transition>
</v-scroll-x-transition>
<v-scroll-x-transition>
<div
v-show=
"selected.length > 0"
class=
"full-width mt-4"
>
<absence-reason-buttons
allow-empty
empty-value=
"present"
@
input=
"handleMultipleAction"
/>
</div>
</v-scroll-x-transition>
</
template
>
</
template
>
<
template
#content
>
<
template
#content
>
<slide-iterator
<slide-iterator
...
@@ -262,11 +251,15 @@ export default {
...
@@ -262,11 +251,15 @@ export default {
</template>
</template>
<
template
#actions
>
<
template
#actions
>
<cancel-button
<v-scroll-y-reverse-transition>
@
click=
"dialog = false"
<div
v-show=
"selected.length > 0"
class=
"full-width"
>
i18n-key=
"actions.close"
<absence-reason-buttons
v-show=
"$vuetify.breakpoint.mobile"
allow-empty
/>
empty-value=
"present"
@
input=
"handleMultipleAction"
/>
</div>
</v-scroll-y-reverse-transition>
</
template
>
</
template
>
</mobile-fullscreen-dialog>
</mobile-fullscreen-dialog>
</template>
</template>
...
...
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