File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3737
3838 <form
3939 method =" POST"
40- action =" {{ request ()-> routeIs (' report-templates.edit' ) ? route (' report-templates.update' , $template ) : ' / reports/ custom' } }"
40+ action =" {{ request ()-> routeIs (' report-templates.edit' ) ? route (' report-templates.update' , $template ) : route ( ' reports.post- custom' ) } }"
4141 accept-charset =" UTF-8"
4242 class =" form-horizontal"
4343 id =" custom-report-form"
Original file line number Diff line number Diff line change 532532 $ trail ->parent ('home ' )
533533 ->push (trans ('general.custom_report ' ), route ('reports/custom ' )));
534534
535- Route::post ('custom ' , [ReportsController::class, 'postCustom ' ]);
535+ Route::post ('custom ' , [ReportsController::class, 'postCustom ' ])
536+ ->name ('reports.post-custom ' );
536537
537538
538539 Route::prefix ('templates ' )
You can’t perform that action at this time.
0 commit comments