Skip to content

Commit

Permalink
TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmerolle committed Jan 29, 2023
1 parent 7789df3 commit 1861c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- TODO: single underscore functions https://stackoverflow.com/questions/1301346/what-is-the-meaning-of-single-and-double-underscore-before-an-object-name
1 change: 1 addition & 0 deletions netbox_acls/forms/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def clean(self):
- Check if duplicate entry. (Because of GFK.)
- Check if Access List has no existing rules before change the Access List's type.
"""
# TODO: Refactor this method to fix error message logic.
cleaned_data = super().clean()
error_message = {}
if self.errors.get("name"):
Expand Down

0 comments on commit 1861c56

Please sign in to comment.