You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ji...@apache.org on 2019/04/26 00:55:50 UTC

[incubator-pinot] branch master updated: [TE] frontend - harleyjj/share-dashboard - small bug in share button for subscription group (#4162)

This is an automated email from the ASF dual-hosted git repository.

jihao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new a023aa2  [TE] frontend - harleyjj/share-dashboard - small bug in share button for subscription group (#4162)
a023aa2 is described below

commit a023aa2680ae161da2551b0ba4f1b85ab28729e1
Author: Harley Jackson <hj...@linkedin.com>
AuthorDate: Thu Apr 25 17:55:44 2019 -0700

    [TE] frontend - harleyjj/share-dashboard - small bug in share button for subscription group (#4162)
---
 thirdeye/thirdeye-frontend/app/pods/home/index/template.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdeye/thirdeye-frontend/app/pods/home/index/template.hbs b/thirdeye/thirdeye-frontend/app/pods/home/index/template.hbs
index 989b054..c07d846 100644
--- a/thirdeye/thirdeye-frontend/app/pods/home/index/template.hbs
+++ b/thirdeye/thirdeye-frontend/app/pods/home/index/template.hbs
@@ -11,7 +11,7 @@
       selectAction=(action "onRangeSelection")
     }}
     {{#if appOrSubGroup}}
-      {{#link-to "home.share-dashboard" (query-params appName=appName duration=duration startDate=startDate endDate=endDate feedbackType=feedbackType shareId=null) tagName="button" type="button" class="pull-right te-button te-button--outline"}}
+      {{#link-to "home.share-dashboard" (query-params appName=appName subGroup=subGroup duration=duration startDate=startDate endDate=endDate feedbackType=feedbackType shareId=null) tagName="button" type="button" class="pull-right te-button te-button--outline"}}
         Share
       {{/link-to}}
     {{/if}}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org