#update-patch

# multiple assignment option in inbox
This commit is contained in:
Manish Verma
2016-12-05 14:09:26 +05:30
parent 3802620b1b
commit 77fa3fe326
5 changed files with 158 additions and 52 deletions

View File

@@ -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']);
});
/*