Pearl1594 commented on code in PR #11571:
URL: https://github.com/apache/cloudstack/pull/11571#discussion_r2420623324


##########
ui/src/views/setting/ConfigurationValue.vue:
##########
@@ -280,6 +295,9 @@ export default {
         name: configrecord.name,
         value: newValue
       }
+      if (this.scopeKey === 'domainid' && !params[this.scopeKey]) {

Review Comment:
   Are you fine with this change @shwstppr , because as mentioned, this only is 
an issue with domain scope, for other scopes the scoped resource'd id is being 
passed correctly 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to