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 19, 2024
1 parent 7f554de commit b49b89b
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 @@ -1226,5 +1226,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 b49b89b

Please sign in to comment.