Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasProgrammer committed Jul 31, 2023
1 parent 26380f1 commit ff21831
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,3 @@ def create_visibility_field(self):
}
)
self.visibility_field_id = field_id

def unlink(self):
self.visibility_field_id.unlink()
self.readonly_field_id.unlink()
self.required_field_id.unlink()
return super(CustomFieldRestriction, self).unlink()

0 comments on commit ff21831

Please sign in to comment.