Skip to content

Commit

Permalink
MID-7745 fix for preview page (bad redirect to dashboard because of m…
Browse files Browse the repository at this point in the history
…ultitab support)
  • Loading branch information
1azyman committed Mar 18, 2022
1 parent 99065fd commit e4440ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/previewChanges", matchUrlForSecurity = "/admin/previewChanges"),
@Url(mountUrl = "/admin/previewFocusChanges", matchUrlForSecurity = "/admin/previewFocusChanges"),
},
encoder = OnePageParameterEncoder.class,
action = {
Expand Down

0 comments on commit e4440ee

Please sign in to comment.