1
0
Fork 0

Remove overwriting the obj

This commit is contained in:
lois Verheij 2025-03-25 15:34:42 +01:00
parent 772901085b
commit 550d08cad6

View file

@ -101,7 +101,6 @@ class DeploymentStatus(ConfigurationForm):
class DeploymentStatus(ConfigurationForm):
def form_valid(self, form):
obj = self.get_object()
obj.value = form.to_python().model_dump_json()
obj.save()
# Check for deploy button