bulk action dialog converted to widget

This commit is contained in:
zadam
2022-06-11 23:29:52 +02:00
parent 8e23c15763
commit 2115b76047
11 changed files with 224 additions and 66 deletions

View File

@@ -305,4 +305,10 @@ export default class SearchDefinitionWidget extends NoteContextAwareWidget {
toastService.showMessage('Actions have been executed.', 3000);
}
entitiesReloadedEvent({loadResults}) {
if (loadResults.getAttributes().find(attr => attr.type === 'label' && attr.name === 'action')) {
this.refresh();
}
}
}