From 7c7b79e15115adc4b142fb25c00edb0bec1bda4f Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Fri, 12 Jun 2015 19:00:55 -0700 Subject: [PATCH] [Config] Changed priority from mandatory to preferred WTD-949 --- platform/features/plot/bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/plot/bundle.json b/platform/features/plot/bundle.json index c2d35725c9..71479685e1 100644 --- a/platform/features/plot/bundle.json +++ b/platform/features/plot/bundle.json @@ -8,7 +8,7 @@ "glyph": "6", "templateUrl": "templates/plot.html", "needs": [ "telemetry" ], - "priority": "mandatory", + "priority": "preferred", "delegation": true } ],