Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Untis
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-Untis
Commits
68066421
Commit
68066421
authored
4 days ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
Merge branch '76-adjust-to-registryobject-classvar-name-change' into 'master'
Resolve "Adjust to RegistryObject classvar name change" Closes
#76
See merge request
!217
parents
dab4de9a
598a7cf4
No related branches found
No related tags found
1 merge request
!217
Resolve "Adjust to RegistryObject classvar name change"
Pipeline
#196884
failed
4 days ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/untis/data_checks.py
+2
-2
2 additions, 2 deletions
aleksis/apps/untis/data_checks.py
with
2 additions
and
2 deletions
aleksis/apps/untis/data_checks.py
+
2
−
2
View file @
68066421
...
...
@@ -12,7 +12,7 @@ class CourseGroupNotFoundAndCreated(DataCheck):
"
The Untis import created a new course group because no matching group has been found.
"
)
solve_options
=
{
IgnoreSolveOption
.
name
:
IgnoreSolveOption
}
solve_options
=
{
IgnoreSolveOption
.
_class_
name
:
IgnoreSolveOption
}
@classmethod
def
run_check_data
(
cls
):
...
...
@@ -29,7 +29,7 @@ class CourseGroupNotFoundAndNotCreated(DataCheck):
"
for a lesson because no matching group has been found.
"
)
solve_options
=
{
IgnoreSolveOption
.
name
:
IgnoreSolveOption
}
solve_options
=
{
IgnoreSolveOption
.
_class_
name
:
IgnoreSolveOption
}
@classmethod
def
run_check_data
(
cls
):
...
...
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