فهرست منبع

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 === '*') {
         this.value = '*';
         this.html = $sce.trustAsHtml('<i class="fa fa-asterisk"><i>');
+        this.type = options.type;
         this.expandable = true;
         return;
       }