Skip to content

Commit

Permalink
Use uri in Attribute.__str__()
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Nov 14, 2024
1 parent c009f3c commit 18c10ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmo/domain/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Meta:
verbose_name_plural = _('Attributes')

def __str__(self):
return self.path
return self.uri

def save(self, *args, **kwargs):
self.path = self.build_path(self.key, self.parent)
Expand Down

0 comments on commit 18c10ed

Please sign in to comment.