Forum Discussion
Yarrah
Jan 29, 2020Brass Contributor
"See all" link on modern List web part nis not navigating to custom list view
Hey all, I am using the List web part on a modern SharePoint page to display a custom view of my original list that displays items based on the current user. i.e. I am filtering by [Me] on this spec...
- Jan 30, 2020
Yarrah , One easy solution would be the set the filtered by [Me] view to be the default view on the list. But maybe you don't want this... Also, you could hide the "See All" link using the modern script editor (https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-script-editor) but I would consider this as a patch...
Yarrah
Feb 04, 2020Brass Contributor
Hey Martin-Coupal ,
Thank you for such a simple suggestion! I went ahead and set the default view to the one with the filtered [Me] data, and then I added and set a link in the left side navigation as the view with "All Items".
Thank you for your idea! Guess I just needed another head on this 🙂
joshieboy
Feb 26, 2021Copper Contributor
The filtered by [Me] is not a security option though especially if you have confidential data in your lists. To me, a user can still click the dropdown by the filter name and choose All items. Have you found a way to disable the filter or at least not let the users see other options there if they click it, especially if there is sensitive data in the list.