We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb936b9 commit fee57dbCopy full SHA for fee57db
Console/BExIS.Web.Shell/Areas/DCM/BExIS.Modules.Dcm.UI/Controllers/API/CurationEntryController.cs
@@ -141,7 +141,7 @@ private static List<CurationLabel> GetCurationLabels()
141
142
private static String GetCurationGroupName()
143
{
144
- var groupName = ModuleManager.GetModuleSettings("DDM").GetValueByKey<string>("curatorsGroupName");
+ var groupName = ModuleManager.GetModuleSettings("DDM").GetValueByKey("curatorsGroupName").ToString();
145
if (string.IsNullOrEmpty(groupName))
146
147
return "curator";
0 commit comments