Skip to content

Commit

Permalink
Merge pull request #1194 from rdmorganiser/update_attribute_admin
Browse files Browse the repository at this point in the history
Update attribute admin
  • Loading branch information
jochenklar authored Nov 19, 2024
2 parents a842378 + db3cf51 commit 295f7a2
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 295f7a2

Please sign in to comment.