File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
contribute-resource/components Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 19
19
A catalogue is a curated set of resources that has its own web page.
20
20
</p >
21
21
<p >
22
- You can contribute a resource as an editor of a catalogue or in your own name.
23
- To contribute a resource in your own name, select Community contributions from the drop down menu.
22
+ You can contribute a resource as an editor of a catalogue.
24
23
</p >
25
24
<p >
26
25
You can manage all resources that you have contributed in the My contributions area.
Original file line number Diff line number Diff line change 26
26
A catalogue is a curated set of resources that has its own web page.
27
27
</p >
28
28
<p >
29
- You can contribute a resource as an editor of a catalogue or in your own name.
30
- To contribute a resource in your own name, select Community contributions from the drop down menu.
29
+ You can contribute a resource as an editor of a catalogue.
31
30
</p >
32
31
<p >
33
32
You can manage all resources that you have contributed in the My contributions area.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public async Task<List<RoleUserGroupViewModel>> GetRoleUserGroupDetailForUserAsy
62
62
public async Task < bool > UserHasCatalogueContributionPermission ( )
63
63
{
64
64
var userRoleGroups = await this . GetRoleUserGroupDetailAsync ( ) ;
65
- if ( userRoleGroups != null && userRoleGroups . Any ( r => r . RoleEnum == RoleEnum . LocalAdmin || r . RoleEnum == RoleEnum . Editor ) )
65
+ if ( userRoleGroups != null && userRoleGroups . Any ( r => r . RoleEnum == RoleEnum . Editor ) )
66
66
{
67
67
return true ;
68
68
}
You can’t perform that action at this time.
0 commit comments