Skip to content

Commit

Permalink
Fixed an issue with redirect type not being properly set
Browse files Browse the repository at this point in the history
Same as last commit, just for edit dialog
  • Loading branch information
abjerner committed Aug 28, 2017
1 parent 4bbc81a commit 8086b56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
redirectId: $scope.redirect.uniqueId,
rootNodeId: $scope.redirect.rootNodeId,
url: $scope.redirect.url,
linkMode: 'content',
linkMode: $scope.redirect.link.mode,
linkId: $scope.redirect.link.id,
linkUrl: $scope.redirect.link.url,
linkName: $scope.redirect.link.name
Expand Down

0 comments on commit 8086b56

Please sign in to comment.