Updated Episerver cms to the latest version and the "CMS" navigation item has disappeared from the dashboard in the back-office and I'm not sure why. I can still manually browse to the CMS using the address bar. The Edit and admin view is missing aswell. Checked modules/_protected and everythings seem to be fine there. Also tried copying the modules/_protected/CMS from another solution but that didn't work either.
<virtualRoles replacePrincipal="true"><providers><add name="Administrators" type="EPiServer.Security.WindowsAdministratorsRole, EPiServer.Framework" /><add name="Everyone" type="EPiServer.Security.EveryoneRole, EPiServer.Framework" /><add name="Authenticated" type="EPiServer.Security.AuthenticatedRole, EPiServer.Framework" /><add name="Anonymous" type="EPiServer.Security.AnonymousRole, EPiServer.Framework" /><add name="CmsAdmins" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="WebAdmins, Administrators" mode="Any" /><add name="CmsEditors" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="WebEditors" mode="Any" /><add name="Creator" type="EPiServer.Security.CreatorRole, EPiServer" /><add name="PackagingAdmins" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="WebAdmins, Administrators" mode="Any" /><add name="VisitorGroupAdmins" roles="WebEditors, WebAdmins" type="EPiServer.Security.MappedRole, EPiServer.Framework" mode="Any" /></providers></virtualRoles>
<episerver.shell><publicModules rootPath="~/modules/" autoDiscovery="Modules" /><protectedModules rootPath="~/epi/" autoDiscovery="Modules"><add name="EPiServer.Labs.LanguageManager" /><add name="EPiServer.Packaging.UI" /><add name="Shell" /><add name="CMS" /><add name="Find"><assemblies><add assembly="EPiServer.Find.UI" /><add assembly="EPiServer.Find.Blocks" /><add assembly="EPiServer.Find.Cms" /><add assembly="EPiServer.Find.Framework" /></assemblies></add><add name="EPiServer.Cms.TinyMce" /><add name="EPiServer.Forms.UI" /><add name="EPiServer.Forms" /><add name="EPiServer.Marketing.Testing" /></protectedModules></episerver.shell>
Thanks
Adil