correctif sur autosubmit des users

This commit is contained in:
2021-02-04 16:13:35 +01:00
parent cdb2537d3f
commit 6acf427696
5 changed files with 31 additions and 4 deletions

View File

@@ -399,6 +399,10 @@ app_timer_delete:
#== Customer ======================================================================================================
app_customer_home:
path: /customer
defaults: { _controller: App\Controller\HomeController:customer }
app_customer_report:
path: /customer/report/{key}
defaults: { _controller: App\Controller\ReportController:report, access: 'customer' }