PnP-Tools icon indicating copy to clipboard operation
PnP-Tools copied to clipboard

Issue when applying responsive UI across different site collections

Open Kesarisuresh opened this issue 7 years ago • 1 comments

Hi Team, I have 3 site collections in my environment. When I run the command .\Enable-SPResponsiveUI.ps1 -TargetSiteurl "https://intranet.mydomain.com/" -Credentials $creds

responsive UI is working fine on the root site.

When I run the command .\Enable-SPResponsiveUI.ps1 -TargetSiteurl "https://intranet.mydomain.com/sites/SCA" -Credentials $creds

responsive UI is not working on the site collection SCA. I also observed that the root site where responsive Ui was working earlier is referring to the SP.Responsive.UI.JS file from the site collection SCA on which the command was run second time.

Similarly If the run the command on another site collection /sites/SCB, responsive UI is not working on that site and the rot site is now referring to the site assets library path of site collection SCB.

When I tried debugging why responsive UI is not working in SCA or SCB I observed that the java script which got embedded in different pages of root site is not getting embedded in SCA and SCB site collection.

Kindly let me know If it is by design or if I am making any mistake in terms of setting up this environment.

Kesarisuresh avatar Jun 30 '17 11:06 Kesarisuresh

@VesaJuvonen could you set Responsive and investigation Labels plz ?

Laul0 avatar Jan 14 '18 17:01 Laul0