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)

(cherry picked from commit e4440ee)
  • Loading branch information
1azyman committed Mar 18, 2022
1 parent 1d88965 commit 939fe23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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 939fe23

Please sign in to comment.