sync
This commit is contained in:
@ -319,6 +319,10 @@ namespace IronIntel.Contractor.Site.Credentials
|
||||
|
||||
try
|
||||
{
|
||||
if (!string.IsNullOrEmpty(item.Description))
|
||||
{
|
||||
item.Description = HttpUtility.UrlDecode(item.Description);
|
||||
}
|
||||
CredentialProvider crd = FleetServiceClientHelper.CreateClient<CredentialProvider>();
|
||||
crd.UpdateApiCredentialDefs(SystemParams.CompanyID, item, GetCurrentUser().IID);
|
||||
}
|
||||
|
Reference in New Issue
Block a user