diff --git a/public/app/features/dashboard/shareModalCtrl.js b/public/app/features/dashboard/shareModalCtrl.js index 54b09fbc6d2..d4075c1e641 100644 --- a/public/app/features/dashboard/shareModalCtrl.js +++ b/public/app/features/dashboard/shareModalCtrl.js @@ -51,6 +51,7 @@ function (angular, _, $, moment, require, config) { var range = timeSrv.timeRange(); params.from = range.from.valueOf(); params.to = range.to.valueOf(); + params.orgId = config.bootData.user.orgId; if ($scope.options.includeTemplateVars) { templateSrv.fillVariableValuesForUrl(params);