Skip to content

Commit fee57db

Browse files
committed
Curation Tool: Move hardcoded curator group to settings - Fix copy&paste error #2268
1 parent bb936b9 commit fee57db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/BExIS.Web.Shell/Areas/DCM/BExIS.Modules.Dcm.UI/Controllers/API/CurationEntryController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private static List<CurationLabel> GetCurationLabels()
141141

142142
private static String GetCurationGroupName()
143143
{
144-
var groupName = ModuleManager.GetModuleSettings("DDM").GetValueByKey<string>("curatorsGroupName");
144+
var groupName = ModuleManager.GetModuleSettings("DDM").GetValueByKey("curatorsGroupName").ToString();
145145
if (string.IsNullOrEmpty(groupName))
146146
{
147147
return "curator";

0 commit comments

Comments
 (0)