Commit 4c7e5228 by Torkel Ödegaard

fix(templating): another fix for panel links and repeat panels, #2410

parent e108fecd
......@@ -56,7 +56,7 @@ function (angular, $, _) {
if ($scope.panel.links) {
_.each($scope.panel.links, function(link) {
var info = linkSrv.getPanelLinkAnchorInfo(link);
var info = linkSrv.getPanelLinkAnchorInfo(link, $scope.panel.scopedVars);
menu.push({text: info.title, href: info.href, target: info.target });
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment