diff --git a/app/Http/Controllers/Common/NotificationController.php b/app/Http/Controllers/Common/NotificationController.php index 1ab7058b1..2507c2f7f 100644 --- a/app/Http/Controllers/Common/NotificationController.php +++ b/app/Http/Controllers/Common/NotificationController.php @@ -164,7 +164,7 @@ class NotificationController extends Controller }, 'notification.model' => function ($query) { $query->select('id', 'ticket_number'); }, - ]); + ])->where('id', '=', \Auth::user()->id); return $notifications; } diff --git a/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php b/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php index a9a0ab028..3a9d33bc6 100644 --- a/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php +++ b/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php @@ -397,14 +397,14 @@ if ($thread->title != "") {