This commit is contained in:
parent
8da8f2fc44
commit
848e5162bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1118,7 +1118,7 @@ class ServiceInstance(ServalaModelMixin, models.Model):
|
||||||
if not self.context.django_model:
|
if not self.context.django_model:
|
||||||
return
|
return
|
||||||
return self.context.django_model(
|
return self.context.django_model(
|
||||||
name=self.name,
|
display_name=self.display_name,
|
||||||
context=self.context,
|
context=self.context,
|
||||||
spec=self.spec,
|
spec=self.spec,
|
||||||
# We pass -1 as ID in order to make it clear that a) this object exists (remotely),
|
# We pass -1 as ID in order to make it clear that a) this object exists (remotely),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue