Skip to content

Commit 504cdb8

Browse files
committed
Fix update resource count failure for domains
1 parent ed7bd5e commit 504cdb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ui/src/config/section/domain.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,13 @@ export default {
125125
message: 'message.update.resource.count.domain',
126126
listView: true,
127127
dataView: true,
128-
args: ['domainid'],
128+
args: ['domainid', 'account'],
129129
mapping: {
130130
domainid: {
131131
value: (record) => { return record.id }
132+
},
133+
account: {
134+
value: (record) => { return store.getters.userInfo.account }
132135
}
133136
}
134137
},

0 commit comments

Comments
 (0)