only show "show all posts" if only one user is selected
This commit is contained in:
parent
20b2e58f6f
commit
04d1741c80
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ const ENTRIES = [
|
||||||
{
|
{
|
||||||
check: 'action:statuses',
|
check: 'action:statuses',
|
||||||
label: 'user_card.admin_menu.show_statuses',
|
label: 'user_card.admin_menu.show_statuses',
|
||||||
|
conditions: ['count:1'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
separator: true,
|
separator: true,
|
||||||
|
|
@ -391,6 +392,7 @@ const ModerationTools = {
|
||||||
...this.stateSet,
|
...this.stateSet,
|
||||||
...this.tagsSet,
|
...this.tagsSet,
|
||||||
...this.propertySet,
|
...this.propertySet,
|
||||||
|
`count:${this.users.length}`,
|
||||||
])
|
])
|
||||||
},
|
},
|
||||||
canDeleteAccount() {
|
canDeleteAccount() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue