bug-fix-patch
# Counting only authenticated user's notification # Agents were not able to select canned resposne while replying
This commit is contained in:
@@ -164,7 +164,7 @@ class NotificationController extends Controller
|
||||
}, 'notification.model' => function ($query) {
|
||||
$query->select('id', 'ticket_number');
|
||||
},
|
||||
]);
|
||||
])->where('id', '=', \Auth::user()->id);
|
||||
|
||||
return $notifications;
|
||||
}
|
||||
|
Reference in New Issue
Block a user