vanjarosoftware / Vanjaro.Platform

Vanjaro is all-in-one integrated Website Builder, CMS, Online Store, Memberships, and Digital Marketing platform that grows with your business.
https://www.vanjaro.com
MIT License
56 stars 25 forks source link

PersonaBar -> Manage -> Vanjaro only visible to superadmins #2320

Closed igorssl closed 1 year ago

igorssl commented 1 year ago

Vanjaro for DNN: version 1.4.0 DNN: version 9.11.2

PersonaBar -> Manage -> Vanjaro is only visible to superadmins. A site user in the administrator role does not see that item and has no way of converting an existing page to Vanjaro.

Gaganbird commented 1 year ago

By default it is visible to superuser. You can run the following SQL query to make it visible to admin also.

insert into PersonaBarMenuPermission values (0, (select MenuId from PersonaBarMenu where Identifier = 'Vanjaro'), 1, 1, 0, null, 1, GETDATE(),1, GETDATE())