We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7277f6e commit 6213283Copy full SHA for 6213283
1 file changed
openedx_authz/admin.py
@@ -17,6 +17,7 @@ class Meta:
17
fields = "__all__"
18
19
def __init__(self, *args, **kwargs):
20
+ """Initialize CasbinRuleForm."""
21
super().__init__(*args, **kwargs)
22
# Make v2, v3, v4, v5 optional in the form
23
# These fields are not always required depending on the policy type
0 commit comments