Bulk Actions for Reading Lists (#3035)
This commit is contained in:
parent
1918c9305e
commit
6434ed7c9b
13 changed files with 965 additions and 16 deletions
|
|
@ -550,7 +550,7 @@ export class ActionFactoryService {
|
|||
}
|
||||
],
|
||||
},
|
||||
// RBS will handle rendering this, so non-admins with download are appicable
|
||||
// RBS will handle rendering this, so non-admins with download are applicable
|
||||
{
|
||||
action: Action.Download,
|
||||
title: 'download',
|
||||
|
|
@ -583,6 +583,20 @@ export class ActionFactoryService {
|
|||
class: 'danger',
|
||||
children: [],
|
||||
},
|
||||
{
|
||||
action: Action.Promote,
|
||||
title: 'promote',
|
||||
callback: this.dummyCallback,
|
||||
requiresAdmin: false,
|
||||
children: [],
|
||||
},
|
||||
{
|
||||
action: Action.UnPromote,
|
||||
title: 'unpromote',
|
||||
callback: this.dummyCallback,
|
||||
requiresAdmin: false,
|
||||
children: [],
|
||||
},
|
||||
];
|
||||
|
||||
this.bookmarkActions = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue