RDS collections namig fixes
This commit is contained in:
parent
c341c7f58e
commit
f19ca9c8c5
8 changed files with 58 additions and 32 deletions
|
@ -1123,7 +1123,7 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
|
|||
|
||||
private string GetPolicyName(string organizationId, string collectionName, RdsPolicyTypes policyType)
|
||||
{
|
||||
string policyName = string.Format("{0}-{1}-", organizationId, collectionName);
|
||||
string policyName = string.Format("{0}-", collectionName);
|
||||
|
||||
switch (policyType)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue