Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

media--author's permmision should change #5894

Closed
infofromca opened this issue Oct 3, 2015 · 0 comments
Closed

media--author's permmision should change #5894

infofromca opened this issue Oct 3, 2015 · 0 comments
Milestone

Comments

@infofromca
Copy link
Contributor

from
new PermissionStereotype {
Name = "Author",
Permissions = new[] {ManageMediaContent}
},
new PermissionStereotype {
Name = "Contributor",
Permissions = new[] {ManageOwnMedia}
},

to
new PermissionStereotype {
Name = "Author",
Permissions = new[] {ManageOwnMedia}
},
new PermissionStereotype {
Name = "Contributor",
Permissions = new[] {ManageOwnMedia}
},

@infofromca infofromca changed the title author's permmision should change media--author's permmision should change Oct 3, 2015
@sebastienros sebastienros added this to the Orchard 1.9.2 milestone Oct 3, 2015
sebastienros added a commit that referenced this issue Oct 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants