Add display name field #331

Merged
tobru merged 18 commits from 290-display-name into main 2025-12-11 15:33:00 +00:00
Showing only changes of commit 68e430bb5c - Show all commits

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),