From 3f50514248440067bab091668f7d049a43289940 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Fri, 24 Apr 2015 15:08:35 +0200 Subject: [PATCH] Fix Settings tab becoming unresponsive The 'condition' property in the 'restrictions' object needs to be coerced into a string value otherwise the Settings tab in the Fuel UI will stop working once the plugin is enabled. Change-Id: Icee882cc466c0573c43410247c15ec761eb485d8 --- environment_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment_config.yaml b/environment_config.yaml index ef2c25b..725d3e8 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -15,7 +15,7 @@ attributes: weight: 15 type: "text" restrictions: - - condition: true + - condition: "true" action: hide disk1: