Преглед изворни кода

bug: MetricSegment lost information about type (#8278)

Fixed #8277
Vladimir Gordiychuk пре 8 година
родитељ
комит
deab4a378a
1 измењених фајлова са 1 додато и 0 уклоњено
  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 === '*') {
       if (options === '*' || options.value === '*') {
         this.value = '*';
         this.value = '*';
         this.html = $sce.trustAsHtml('<i class="fa fa-asterisk"><i>');
         this.html = $sce.trustAsHtml('<i class="fa fa-asterisk"><i>');
+        this.type = options.type;
         this.expandable = true;
         this.expandable = true;
         return;
         return;
       }
       }