Fix update view
All checks were successful
Tests / test (push) Successful in 29s

This commit is contained in:
Tobias Kunze 2025-12-10 10:21:04 +01:00
parent 8da8f2fc44
commit 848e5162bc

View file

@ -1118,7 +1118,7 @@ class ServiceInstance(ServalaModelMixin, models.Model):
if not self.context.django_model:
return
return self.context.django_model(
name=self.name,
display_name=self.display_name,
context=self.context,
spec=self.spec,
# We pass -1 as ID in order to make it clear that a) this object exists (remotely),