Skip to content
Snippets Groups Projects
Commit 2261677d authored by c-tim's avatar c-tim Committed by Tim Neumann
Browse files

Fix bug discovered during testing

parent 971ddc09
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ class TagItem(models.Model):
return self._value_int == 0
@value.setter
def _set_value(self, new_value):
def value(self, new_value):
self.set_value(new_value)
def set_value(self, new_value):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment