From 69c67b8c441866357bfeef3d06a60c9475b61ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Tue, 6 Mar 2018 12:57:24 +0100 Subject: [PATCH] Repair support URL in DropdownUserDirective --- .../navigation-bar/dropdown-user/dropdown-user.directive.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee b/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee index effab3b1..d023811b 100644 --- a/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee +++ b/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee @@ -23,6 +23,7 @@ DropdownUserDirective = (authService, configService, locationService, link = (scope, el, attrs, ctrl) -> scope.vm = {} scope.vm.isFeedbackEnabled = configService.get("feedbackEnabled") + scope.vm.supportUrl = configService.get("supportUrl") taiga.defineImmutableProperty(scope.vm, "user", () -> authService.userData) scope.vm.logout = ->