From 3681991b38573dff7700c6610144a41c15a81178 Mon Sep 17 00:00:00 2001 From: abhishek Date: Thu, 9 Dec 2010 13:04:04 -0800 Subject: [PATCH] adding some comments around tag edit disabling for service and disk offerings --- .../com/cloud/configuration/ConfigurationManagerImpl.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/src/com/cloud/configuration/ConfigurationManagerImpl.java b/server/src/com/cloud/configuration/ConfigurationManagerImpl.java index fbe8a5c6cbd..d1a0c44f428 100755 --- a/server/src/com/cloud/configuration/ConfigurationManagerImpl.java +++ b/server/src/com/cloud/configuration/ConfigurationManagerImpl.java @@ -1277,6 +1277,8 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura if (domainId != null){ offering.setDomainId(domainId); } + +//Note: tag editing commented out for now; keeping the code intact, might need to re-enable in next releases // if (tags != null) // { // if (tags.trim().isEmpty() && offeringHandle.getTags() == null) @@ -1380,7 +1382,8 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura if (domainId != null){ diskOffering.setDomainId(domainId); } - + +//Note: tag editing commented out for now;keeping the code intact, might need to re-enable in next releases // if (tags != null) // { // if (tags.trim().isEmpty() && diskOfferingHandle.getTags() == null)