Our intranet is EPiServr 6 and composer 4.0, it also uses Active Directories membership to automatically log users in and assign permissions to pages/composer elements.
I've discovered a bug with "ctl00_FullRegion_ctl00_mal_Wrapper.EPiAccessRightsUserNameCollection={'0':{name:'domain\usergroup',EntityType:'1'}}; in droppit
The problem is that the \ is causing the JS to crap out so we can’t amend composer block permissions, has anyone had the same problem or recommend a fix or where to look? The variable just has to be sanitised before this array is built.
Our intranet is EPiServr 6 and composer 4.0, it also uses Active Directories membership to automatically log users in and assign permissions to pages/composer elements.
I've discovered a bug with "ctl00_FullRegion_ctl00_mal_Wrapper.EPiAccessRightsUserNameCollection={'0':{name:'domain\usergroup',EntityType:'1'}}; in droppit
The problem is that the \ is causing the JS to crap out so we can’t amend composer block permissions, has anyone had the same problem or recommend a fix or where to look? The variable just has to be sanitised before this array is built.
Thanks
Stefan