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
7f261e1a
Commit
7f261e1a
authored
1 week ago
by
magicfelix
Browse files
Options
Downloads
Patches
Plain Diff
Adjust to RegistryObject classvar name change
parent
90d31ae3
No related branches found
Branches containing commit
No related tags found
1 merge request
!482
Resolve "Adjust to RegistryObject classvar name change"
Pipeline
#196823
failed
1 week 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/checks.py
+9
-9
9 additions, 9 deletions
aleksis/apps/alsijil/checks.py
with
9 additions
and
9 deletions
aleksis/apps/alsijil/checks.py
+
9
−
9
View file @
7f261e1a
...
@@ -40,8 +40,8 @@ class NoParticipationStatusesPersonalNotesInCancelledLessonsDataCheck(DataCheck)
...
@@ -40,8 +40,8 @@ class NoParticipationStatusesPersonalNotesInCancelledLessonsDataCheck(DataCheck)
)
)
problem_name
=
_
(
"
The participation status or personal note is related to a cancelled lesson.
"
)
problem_name
=
_
(
"
The participation status or personal note is related to a cancelled lesson.
"
)
solve_options
=
{
solve_options
=
{
DeleteRelatedObjectSolveOption
.
name
:
DeleteRelatedObjectSolveOption
,
DeleteRelatedObjectSolveOption
.
_class_
name
:
DeleteRelatedObjectSolveOption
,
IgnoreSolveOption
.
name
:
IgnoreSolveOption
,
IgnoreSolveOption
.
_class_
name
:
IgnoreSolveOption
,
}
}
@classmethod
@classmethod
...
@@ -69,9 +69,9 @@ class NoGroupsOfPersonsSetInParticipationStatusesDataCheck(DataCheck):
...
@@ -69,9 +69,9 @@ class NoGroupsOfPersonsSetInParticipationStatusesDataCheck(DataCheck):
verbose_name
=
_
(
"
Ensure that
'
groups_of_person
'
is set for every participation status
"
)
verbose_name
=
_
(
"
Ensure that
'
groups_of_person
'
is set for every participation status
"
)
problem_name
=
_
(
"
The participation status has no group in
'
groups_of_person
'
.
"
)
problem_name
=
_
(
"
The participation status has no group in
'
groups_of_person
'
.
"
)
solve_options
=
{
solve_options
=
{
SetGroupsWithCurrentGroupsSolveOption
.
name
:
SetGroupsWithCurrentGroupsSolveOption
,
SetGroupsWithCurrentGroupsSolveOption
.
_class_
name
:
SetGroupsWithCurrentGroupsSolveOption
,
DeleteRelatedObjectSolveOption
.
name
:
DeleteRelatedObjectSolveOption
,
DeleteRelatedObjectSolveOption
.
_class_
name
:
DeleteRelatedObjectSolveOption
,
IgnoreSolveOption
.
name
:
IgnoreSolveOption
,
IgnoreSolveOption
.
_class_
name
:
IgnoreSolveOption
,
}
}
@classmethod
@classmethod
...
@@ -92,8 +92,8 @@ class DocumentationOnHolidaysDataCheck(DataCheck):
...
@@ -92,8 +92,8 @@ class DocumentationOnHolidaysDataCheck(DataCheck):
verbose_name
=
_
(
"
Ensure that there are no documentations on holidays
"
)
verbose_name
=
_
(
"
Ensure that there are no documentations on holidays
"
)
problem_name
=
_
(
"
The documentation is on holidays.
"
)
problem_name
=
_
(
"
The documentation is on holidays.
"
)
solve_options
=
{
solve_options
=
{
DeleteRelatedObjectSolveOption
.
name
:
DeleteRelatedObjectSolveOption
,
DeleteRelatedObjectSolveOption
.
_class_
name
:
DeleteRelatedObjectSolveOption
,
IgnoreSolveOption
.
name
:
IgnoreSolveOption
,
IgnoreSolveOption
.
_class_
name
:
IgnoreSolveOption
,
}
}
@classmethod
@classmethod
...
@@ -126,8 +126,8 @@ class ParticipationStatusPersonalNoteOnHolidaysDataCheck(DataCheck):
...
@@ -126,8 +126,8 @@ class ParticipationStatusPersonalNoteOnHolidaysDataCheck(DataCheck):
)
)
problem_name
=
_
(
"
The participation status or personal note is on holidays.
"
)
problem_name
=
_
(
"
The participation status or personal note is on holidays.
"
)
solve_options
=
{
solve_options
=
{
DeleteRelatedObjectSolveOption
.
name
:
DeleteRelatedObjectSolveOption
,
DeleteRelatedObjectSolveOption
.
_class_
name
:
DeleteRelatedObjectSolveOption
,
IgnoreSolveOption
.
name
:
IgnoreSolveOption
,
IgnoreSolveOption
.
_class_
name
:
IgnoreSolveOption
,
}
}
@classmethod
@classmethod
...
...
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