Content Administrator role cannot edit any page

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/30/2013 9:17:42 AM
Gravatar
Total Posts 98

Content Administrator role cannot edit any page

Hello,

I login with a user with Content Administrator role.

Why i didn't see any Edit link for contents from a page?

I try also to "Edit settings for this page" -> Security tab -> : "Roles that can edit this page" -> check all checkboxes

but nothing. i cannot see link for 'Edit' on my page contents.

Thanks!

 

8/30/2013 12:30:55 PM
Gravatar
Total Posts 18439

Re: Content Administrator role cannot edit any page

Can you create the problem on our demo site?

I don't believe such a problem exists. I recommend double check the user roles and maybe log out and in again to make sure the role cookie is up to date.

Note that you do not need to check any boxes, Content Administrator is a special system role, he already has edit and view permission without need to assign it to him.

Check also for script errors on your page or css problems that may hide the edit links.

9/10/2013 8:28:27 AM
Gravatar
Total Posts 98

Re: Content Administrator role cannot edit any page

Hello,

I noticed that in database for the old contents (before upgrade to version 2.3.9.8; i work before with 2.3.3.4) i have into table .[mp_Modules] the values for the column AuthorizedEditRoles set to 'Admins;'

If i update with an empty value for a single module:

update [mojoPortal].[dbo].[mp_Modules] set AuthorizedEditRoles='' where ModuleID=30

-> I can see Edit and Settings links.

Can i change from application using admin role? (i try but it redirects me to EditAccessDenied.aspx)

Or should i update in DB all values. I want that a user with role 'Content Administrator' to be able for edit all contents.

thanks,

Valik

 

9/10/2013 10:35:31 AM
Gravatar
Total Posts 18439

Re: Content Administrator role cannot edit any page

When pages or content instances are marked with Admins only it is a special case, it locks down that content even from Content Administrators.

To change the permissions you can either login as a user in Administrators role and change them from the UI or you could do it from the database.

It should not redirect to access denied for a real user in administrators role, so I cannot explain that, it doesn't make sense to me since when a user is in the admins role we don't check what roles are allowed. 

If edit roles are blank then Admins and Content Admins roles can edit but no other roles can so you could fix it by the db with batch queries unless you need to preserve some other role permissions.

You must sign in to post in the forums. This thread is closed to new posts.