Explorar o código

bug: MetricSegment lost information about type (#8278)

Fixed #8277
Vladimir Gordiychuk %!s(int64=8) %!d(string=hai) anos
pai
achega
deab4a378a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      public/app/core/services/segment_srv.js

+ 1 - 0
public/app/core/services/segment_srv.js

@@ -13,6 +13,7 @@ function (angular, _, coreModule) {
       if (options === '*' || options.value === '*') {
         this.value = '*';
         this.html = $sce.trustAsHtml('<i class="fa fa-asterisk"><i>');
+        this.type = options.type;
         this.expandable = true;
         return;
       }