Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qliker124
Contributor II
Contributor II

QMC - Publish Apps

I am trying to set a team admin type of role where user should be able to publish their own apps to streams. but PUBLISH button on QMC is not even showing up (not like grayed out) until i enable read access to all apps  to the user, PUBLISH button disappears when i add the below  to the security rule. dont get it whats happening here. why publish is related to the read all apps security. 

 

resource.App.HasPrivilege("Read")

1 Solution

Accepted Solutions
jwjackso
Specialist III
Specialist III

The default "OwnerPublishDuplicate" rule allows the owner of an app to publish the app if they have publish rights on a stream.  I would check to see if they have publish rights on a stream.

 

View solution in original post

3 Replies
jwjackso
Specialist III
Specialist III

The default "OwnerPublishDuplicate" rule allows the owner of an app to publish the app if they have publish rights on a stream.  I would check to see if they have publish rights on a stream.

 

qliker124
Contributor II
Contributor II
Author

thanks Jwjackso for the reply. 



yes users do have access to the streams. problems is ..when i have the resource.App.HasPrivilege("Read") condition .. PUBLISH button disappears.
qliker124
Contributor II
Contributor II
Author

i forgot to update my security rules on streams to match our new group name format caused this.