Add basic Buefy support for merging 2 objects
i.e. special grid stuff, plus "merge" view
This commit is contained in:
parent
9d6cc86e60
commit
b2b4e1bfbc
5 changed files with 83 additions and 5 deletions
|
@ -82,6 +82,10 @@ class UsersView(PrincipalMasterView):
|
|||
'sent_message_count',
|
||||
'received_message_count',
|
||||
]
|
||||
merge_coalesce_fields = [
|
||||
'person_uuid',
|
||||
'person_name',
|
||||
]
|
||||
merge_fields = merge_additive_fields + [
|
||||
'uuid',
|
||||
'username',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue