From 72de1b28529c468278c11c53ed907e350267fe91 Mon Sep 17 00:00:00 2001 From: nathangray Date: Tue, 19 Mar 2019 16:00:04 -0600 Subject: [PATCH] Skip some more widgets --- admin/inc/class.admin_cmd.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/inc/class.admin_cmd.inc.php b/admin/inc/class.admin_cmd.inc.php index bbf167a537..dc8b1ce0c6 100644 --- a/admin/inc/class.admin_cmd.inc.php +++ b/admin/inc/class.admin_cmd.inc.php @@ -1354,7 +1354,7 @@ abstract class admin_cmd case 'grid': case 'columns': case 'column': case 'rows': case 'row': case 'template': case 'tabbox': case 'tabs': case 'tab': // ignore buttons too - case 'button': + case 'button': case 'buttononly': break; default: if (!empty($widget->id)) @@ -1393,7 +1393,7 @@ abstract class admin_cmd // No need for these case 'textbox': case 'int': case 'float': case 'select': // ignore widgets that can't go in the historylog - case 'button': case 'taglist-thumbnail': + case 'button': case 'buttononly': case 'taglist-thumbnail': break; // config templates have options in the template case 'option':