mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 01:55:01 +00:00
activity: fix links to third party view page
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
},
|
},
|
||||||
{ 'title': 'Third parties'|trans,
|
{ 'title': 'Third parties'|trans,
|
||||||
'items': entity.thirdParties,
|
'items': entity.thirdParties,
|
||||||
'path' : 'chill_3party_3party_show',
|
'path' : 'chill_crud_3party_3party_view',
|
||||||
'key' : 'thirdparty_id'
|
'key' : 'id'
|
||||||
},
|
},
|
||||||
{ 'title': 'Users concerned'|trans,
|
{ 'title': 'Users concerned'|trans,
|
||||||
'items': entity.users,
|
'items': entity.users,
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
},
|
},
|
||||||
{ 'title': 'Third parties'|trans,
|
{ 'title': 'Third parties'|trans,
|
||||||
'items': entity.thirdParties,
|
'items': entity.thirdParties,
|
||||||
'path' : 'chill_3party_3party_show',
|
'path' : 'chill_crud_3party_3party_view',
|
||||||
'key' : 'thirdparty_id'
|
'key' : 'id'
|
||||||
},
|
},
|
||||||
{ 'title': 'Users concerned'|trans,
|
{ 'title': 'Users concerned'|trans,
|
||||||
'items': entity.users,
|
'items': entity.users,
|
||||||
|
Reference in New Issue
Block a user