Skip to content

Commit

Permalink
i18n translate tabs: fix infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Vogl committed Aug 26, 2015
1 parent a16d5a1 commit 3b49893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/javascript/controller/cat-base-tabs-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function CatBaseTabsController($scope, $controller, $stateParams, $location, cat
while (parentEndpoint) {
key += '.';
key += parentEndpoint.getEndpointName();
parentEndpoint = parentEndpoint.parentEndpoint;
}

return key + '.' + tabName;
Expand Down

0 comments on commit 3b49893

Please sign in to comment.