You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
},
The text was updated successfully, but these errors were encountered:
infofromca
changed the title
author's permmision should change
media--author's permmision should change
Oct 3, 2015
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}
},
The text was updated successfully, but these errors were encountered: