Import absences correctly #11
Labels
No labels
Security
TeX
auto-update
board
done
board
ready
board
todo
check
delete-eslint-rc-js
check
update-builddeps-package-json
check
update-eslint-rc-js
check
update-gitignore
check
update-merge-request-template
check
update-prettier-ignore
check
update-pyproject-toml
check
update-renovate-json
check
update-tox-ini
part
backend
part
ci
part
docs
part
frontend
part
i18n
part
mysql
part
non-technical
part
packaging
part
xml
prio
1
prio
2
prio
3
release-mr-5.x
size
large
size
medium
size
small
source
customer
source
customer::fsmw
source
customer::fss
source
customer::teckids
source
downstream
type
breaking
type
bug
type
feature
type
refactoring
workflow
blocked
workflow
confirmed
workflow
current-todo
workflow
discussing
workflow
new-app
workflow
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aleksis/AlekSIS-App-Untis#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original title: Show absent teachers in substitution plan
The header of the substitution plan shows 'affected teachers'. It would also be interesting to see which teachers are absnet.
changed the description
assigned to @hansegucker
I found the broken part in AlekSIS-App-Untis, so I will move the issue.
moved from AlekSIS-App-Chronos#102
changed title from {-Show absent teachers in substitution plan-} to {+Import absences correctly+}
changed the description
There is a broken enum comparison:
AbsenceType.GROUPis compared with100, for example, but it has to beAbsenceType.GROUP.value == 100. Fix will come soon.created merge request !122 to address this issue
mentioned in merge request !122
mentioned in commit
d6197fa820