{LYN-2848} Asset Processor: Modifying the Allowed or Rejected list merges previously existing Connections into one record (#363)

{LYN-2848} Asset Processor: Modifying the Allowed or Rejected list merges previously existing Connections into one record
https://jira.agscollab.com/browse/LYN-2848
launched ap gui and tested manually.
This commit is contained in:
sharmajs-amzn
2021-04-29 08:27:34 -07:00
committed by GitHub
parent 9e27929d10
commit 45fd86c2bf
@@ -713,7 +713,7 @@ namespace AssetUtilities
}
// Update Settings Registry with new token
AZStd::string azNewAllowedList{ newAllowedList.join(', ').toUtf8().constData() };
AZStd::string azNewAllowedList{ newAllowedList.join(',').toUtf8().constData() };
settingsRegistry->Set(allowedListKey, azNewAllowedList);
return AssetUtilsInternal::DumpAssetProcessorUserSettingsToFile(*settingsRegistry, assetProcessorUserSetregPath);