partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6c8d293322a4a3dd183a0bb130177aee1d649f83
parent 05db7486b99d155384fc225affa3a4ca2e74171a
Author: Felicia Hummel <felicia@partkeepr.com>
Date:   Wed,  1 Feb 2017 16:27:15 +0100

Workaround for missing error/warning buttons

Diffstat:
Mweb/setup/js/TestResultPanel.js | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/setup/js/TestResultPanel.js b/web/setup/js/TestResultPanel.js @@ -65,9 +65,9 @@ Ext.define('PartKeeprSetup.TestResultPanel', { xtype: 'widgetcolumn', dataIndex: 'success', widget: { - hidden: true, + hidden: false, xtype: 'button', - defaultBindProperty: "hidden", + defaultBindProperty: "disabled", text: "Show Errors", handler: function (widgetColumn) { @@ -80,9 +80,9 @@ Ext.define('PartKeeprSetup.TestResultPanel', { xtype: 'widgetcolumn', dataIndex: 'noWarning', widget: { - hidden: true, + hidden: false, xtype: 'button', - defaultBindProperty: "hidden", + defaultBindProperty: "disabled", text: "Show Warnings", handler: function (widgetColumn) {