Forum Discussion
SharePoint site-footer logo displays also the filename
Strange... Is there any customization applied on this SharePoint site (maybe using SharePoint framework)?
Also, check if anything is added to "Display name", refer below image:
Please click Mark as Best Response if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- Kris van RietJan 06, 2021Copper Contributor
ganeshsanap thank you for your reply.
There are none customization's in the framework. The only non-OOTB things we use are some webparts that add extra functionality. But the problem with the footer-logo existed already before we used any custom webparts from an app catalog site.
I've tried different browsers and incognito, but it presents no difference.
- Even when I delete the logo completely, the text is still displayed for the normal user
- When I add any display name, the name is changed in admin, but as normal user, I still see the old value (which wasn't even in the display name at all).
As an admin, everything works as it should be, as an user (readonly) the problem occurs. I have reviewed the sourcecode in Edge, and this is the difference I see:
As an admin:
As an user (readonly):
As you can see, an extra SPAN is added in the code for the user with read only rights.
Hope this helps in understanding the issue.