From 22a81e04243b71c3f5c303431eaade00d318e0bd Mon Sep 17 00:00:00 2001 From: Eldon Koyle Date: Wed, 17 Feb 2016 15:04:50 -0700 Subject: [PATCH 1/2] Use unique id for bootgrid table in alert widget so there can be more than one --- html/includes/common/alerts.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/includes/common/alerts.inc.php b/html/includes/common/alerts.inc.php index 44495f347..5aac00081 100644 --- a/html/includes/common/alerts.inc.php +++ b/html/includes/common/alerts.inc.php @@ -148,6 +148,7 @@ else { $widget_settings['title'] = $title; $group = $widget_settings['group']; + $widget_id = (int)$_POST['id']; $common_output[] = '
@@ -156,7 +157,7 @@ else {
- +
@@ -171,7 +172,7 @@ else {
Status