We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd7af6 commit c576d32Copy full SHA for c576d32
ui/src/views/setting/ConfigurationValue.vue
@@ -328,6 +328,9 @@ export default {
328
[this.scopeKey]: this.$route.params?.id,
329
name: configrecord.name
330
}
331
+ if (this.scopeKey === 'domainid' && !params[this.scopeKey]) {
332
+ params[this.scopeKey] = this.resource?.id
333
+ }
334
postAPI('resetConfiguration', params).then(json => {
335
this.editableValue = this.getEditableValue(json.resetconfigurationresponse.configuration)
336
this.actualValue = this.editableValue
0 commit comments