Skip to content
Snippets Groups Projects
Commit 68066421 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

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!217Resolve "Adjust to RegistryObject classvar name change"
Pipeline #196884 failed
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment