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 886e8d5 commit db3cf51
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 db3cf51

Please sign in to comment.