Skip to main content
1-Visitor
May 24, 2017
Solved

Make checkbox visible on "Configure Actions for Roles" for existing library/product

  • May 24, 2017
  • 2 replies
  • 1598 views

Hi everyone,

I want to enable the "Add to Workspace" action for guest users in a library. On the team view if I open up the "Configure Actions for Roles" the checkbox is not visible for the Guest role.

I found the roleaccessprefs.xml file in codebase, where I can make the "Add to Workspace" action available and enabled for guest role. However this will make the new libraries created have the checkbox available and enabled, but the already existing libraries will not be updated. How could I update the existing ones?

Thx in advance,

Tamás

Best answer by TamasBiro

In the end I figured there are multiple sections in the roleaccessprefs.xml. There are sections separately for product, library and project. The problem was that I modified in the wrong section. 

 

BR,

Tamás

2 replies

1-Visitor
May 25, 2017

The guest role do not have an action "add to workspace" in a context.

TamasBiro1-VisitorAuthorAnswer
1-Visitor
July 4, 2017

In the end I figured there are multiple sections in the roleaccessprefs.xml. There are sections separately for product, library and project. The problem was that I modified in the wrong section. 

 

BR,

Tamás