Add view, edit links to vue.js users index
This commit is contained in:
parent
75bddc8777
commit
316ed83047
2 changed files with 32 additions and 6 deletions
|
@ -42,6 +42,7 @@ class UserView(APIMasterView):
|
|||
|
||||
def normalize(self, user):
|
||||
return {
|
||||
'uuid': user.uuid,
|
||||
'username': user.username,
|
||||
'person_display_name': (user.person.display_name or '') if user.person else '',
|
||||
'active': user.active,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue