#update-patch
# multiple assignment option in inbox
This commit is contained in:
@@ -724,6 +724,8 @@ Route::group(['middleware' => ['web']], function () {
|
||||
// route to get the data on change
|
||||
Route::post('help-topic-report/{date1}/{date2}/{id}', ['as' => 'report.helptopic', 'uses' => 'Agent\helpdesk\ReportController@chartdataHelptopic']); /* To show dashboard pages */
|
||||
Route::post('help-topic-pdf', ['as' => 'help.topic.pdf', 'uses' => 'Agent\helpdesk\ReportController@helptopicPdf']);
|
||||
// Route to get details of agents
|
||||
Route::post('get-agents', ['as' => 'get-agents', 'uses' => 'Agent\helpdesk\UserController@getAgentDetails']);
|
||||
});
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user