shwstppr commented on code in PR #11571:
URL: https://github.com/apache/cloudstack/pull/11571#discussion_r2425584219
##########
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
@Pearl1594 I feel the scopeKey check be generic. But up to you if you want
to go ahead with the current change.
--
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]