Skip to content

Commit 9d01e3b

Browse files
author
Daan Hoogland
committed
Revert "Fix update resource count failure for domains"
This reverts commit 504cdb8.
1 parent f23b774 commit 9d01e3b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ui/src/config/section/domain.js

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

0 commit comments

Comments
 (0)