Add first valid expression ruler. Still not linked to scheduleds.

This commit is contained in:
osaajani 2019-11-27 06:25:33 +01:00
parent f59f7bd757
commit f4bbfa0152
16 changed files with 1049 additions and 18 deletions

View file

@ -77,6 +77,18 @@
'update' => '/group/update/{csrf}/',
'json_list' => '/groups.json/',
],
'ConditionalGroup' => [
'list' => [
'/conditional_group/',
'/conditional_group/p/{page}/',
],
'add' => '/conditional_group/add/',
'create' => '/conditional_group/create/{csrf}/',
'delete' => '/conditional_group/delete/{csrf}/',
'edit' => '/conditional_group/edit/',
'update' => '/conditional_group/update/{csrf}/',
],
'Received' => [
'list' => [