Skip to content

Commit

Permalink
fix: nonContentRoutes diff path (plone#6102)
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Fernandez de Alba <[email protected]>
  • Loading branch information
giuliaghisini and sneridagh authored Jun 25, 2024
1 parent d091fce commit ddbf704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/volto/news/6102.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed 'diff' path for nonContentRoutes. @giuliaghisini
3 changes: 2 additions & 1 deletion packages/volto/src/config/NonContentRoutes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const nonContentRoutes = [
'/aliases',
'/contents',
'/delete',
'/diff',
/\/diff$/,
/\/diff\?/,
/\/edit$/,
'/historyview',
'/links-to-item',
Expand Down

0 comments on commit ddbf704

Please sign in to comment.