mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
6d9b8175a2
closes https://github.com/TryGhost/Team/issues/969 Wires the bulk action operation UI to Ghost API to perform operations on filtered member list - unsubscribe filtered members, add label to filtered members or remove label from filtered members
11 lines
265 B
Handlebars
11 lines
265 B
Handlebars
<span class="gh-select">
|
|
<OneWaySelect
|
|
@options={{this.availableLabels}}
|
|
@optionValuePath="id"
|
|
@optionLabelPath="name"
|
|
@optionTargetPath="id"
|
|
@update={{this.updateLabel}}
|
|
/>
|
|
{{svg-jar "arrow-down-small"}}
|
|
</span>
|