Commit 430e2e43 by Torkel Ödegaard

Small fix to schemaUpgrade, Closes #807

parent 81a21c03
...@@ -131,7 +131,7 @@ function (angular, $, kbn, _, moment) { ...@@ -131,7 +131,7 @@ function (angular, $, kbn, _, moment) {
if (old.services) { if (old.services) {
if (old.services.filter) { if (old.services.filter) {
this.time = old.services.filter.time; this.time = old.services.filter.time;
this.templating.list = old.services.filter.list; this.templating.list = old.services.filter.list || [];
} }
delete this.services; delete this.services;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment