Explorar o código

Fixes #89, switching between two templated (filtered) dashboards caused error

Torkel Ödegaard %!s(int64=12) %!d(string=hai) anos
pai
achega
7d9141a055
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/app/services/filterSrv.js

+ 1 - 0
src/app/services/filterSrv.js

@@ -26,6 +26,7 @@ define([
 
       self.list = dashboard.current.services.filter.list;
       self.time = dashboard.current.services.filter.time;
+      self.filterTemplateData = undefined;
 
       self.templateSettings = {
         interpolate : /\[\[([\s\S]+?)\]\]/g,