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 7789df3 commit 1861c56Copy full SHA for 1861c56
TODO
@@ -0,0 +1 @@
1
+- TODO: single underscore functions https://stackoverflow.com/questions/1301346/what-is-the-meaning-of-single-and-double-underscore-before-an-object-name
netbox_acls/forms/models.py
@@ -172,6 +172,7 @@ def clean(self):
172
- Check if duplicate entry. (Because of GFK.)
173
- Check if Access List has no existing rules before change the Access List's type.
174
"""
175
+ # TODO: Refactor this method to fix error message logic.
176
cleaned_data = super().clean()
177
error_message = {}
178
if self.errors.get("name"):
0 commit comments