Skip to content

Commit

Permalink
👌 [#3489] PR feedback
Browse files Browse the repository at this point in the history
* Fixed outdated admin config URL
* Improved comment in migration
  • Loading branch information
sergei-maertens committed Sep 22, 2023
1 parent 703a0c5 commit 2ecdc2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/openforms/contrib/kadaster/config_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_config_actions() -> list[Action]:
(
gettext("Configuration"),
reverse(
"admin:bag_bagconfig_change",
"admin:kadaster_kadasterapiconfig_change",
args=(KadasterApiConfig.singleton_instance_id,),
),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def set_kvk_service(apps, _):
return

roots = []
_existing = None # to borrow the API credentials from
_existing = None # to borrow the API credentials from the service

if service := config._service:
_existing = service
Expand Down

0 comments on commit 2ecdc2a

Please sign in to comment.