Add a querystring to disable data-interception
As the data-interception propagate is getting more and more deployed in the out of the box components (navigation, quick links, ...). The idea is to add or querystring to the target URL set on the navigation or in the Link (in quick links) so the target page ignores the data-interception when loading (like the data-interception was off).
Example:
- I add a link in navigation to [Site]/Lists/SomeList/AllItems.aspx?DataInterception=Off
- The allitems.aspx page (the view page) will ignore the data received from the source page and load completely.
It's really needed, this data-interception is causing a lot of problems in the navigation (pages containing spfx not refreshing), in view webparts (clicking on see all the view target view loads then goes back to the calling page then goes again to the default view of the list), in some links on quicklink webpart (i have a quicklink to create a page in another sitecollection and it's causing a lot of problems due to data-interception)
Thanks in advance

1 comment
-
Jay Wellings commented
This is also an issue for Sharepoint pages that are shared in Teams context where you want the link to open in the users browser.