mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
add preview of group members
This commit is contained in:
parent
59d3e28489
commit
f9e64aee65
6 changed files with 198 additions and 1 deletions
|
@ -76,6 +76,7 @@
|
|||
'delete' => '/group/delete/{csrf}/',
|
||||
'edit' => '/group/edit/',
|
||||
'update' => '/group/update/{csrf}/',
|
||||
'preview' => '/group/preview/{id_group}/',
|
||||
'json_list' => '/groups.json/',
|
||||
],
|
||||
|
||||
|
@ -88,6 +89,7 @@
|
|||
'edit' => '/conditional_group/edit/',
|
||||
'update' => '/conditional_group/update/{csrf}/',
|
||||
'contacts_preview' => '/conditional_group/preview/',
|
||||
'preview' => '/conditional_group/preview/{id_group}/',
|
||||
'json_list' => '/conditional_groups.json/',
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue