Skip to content

Commit

Permalink
🚚 [#4788] Move setup config code to objects_api contrib directory
Browse files Browse the repository at this point in the history
since this is all tightly coupled with the objects API models, the steps and models should be defined there as well
  • Loading branch information
stevenbal committed Nov 25, 2024
1 parent ee719f0 commit faac084
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 670 deletions.
2 changes: 1 addition & 1 deletion src/openforms/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1227,5 +1227,5 @@

SETUP_CONFIGURATION_STEPS = [
"zgw_consumers.contrib.setup_configuration.steps.ServiceConfigurationStep",
"openforms.config.setup_configuration.steps.ObjectsAPIConfigurationStep",
"openforms.contrib.objects_api.setup_configuration.steps.ObjectsAPIConfigurationStep",
]

This file was deleted.

Loading

0 comments on commit faac084

Please sign in to comment.