show/contact: sort notifications

This commit is contained in:
Thomas Gelf 2014-11-15 22:42:04 +01:00
parent 0fd4a094ea
commit 197dc1587b
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class Monitoring_ShowController extends Controller
'notification_contact',
'notification_start_time',
'notification_state'
));
))->order('notification_start_time');
$notifications->where('contact_object_id', $contact->contact_object_id);