We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c3642 commit 65f2af0Copy full SHA for 65f2af0
ansible_base/rbac/management/__init__.py
@@ -47,7 +47,7 @@ def create_dab_permissions(app_config, verbosity=2, interactive=True, using=DEFA
47
# Uncommon case, code logic is using a replica database or something, unlikely to be relevant
48
return
49
50
- sync_dab_permissions(verbosity=verbosity, using=using, apps=global_apps)
+ sync_dab_permissions(verbosity=verbosity, using=using, apps=apps)
51
52
53
def is_safe_identifier(name: str) -> bool:
0 commit comments