mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
rename loadresults methods/properties for clarity that they don't contain entities, only rows
This commit is contained in:
@@ -147,7 +147,7 @@ export default class BulkActionsDialog extends BasicWidget {
|
||||
|
||||
entitiesReloadedEvent({loadResults}) {
|
||||
// only refreshing deleted attrs, otherwise components update themselves
|
||||
if (loadResults.getAttributes().find(attr =>
|
||||
if (loadResults.getAttributeRows().find(attr =>
|
||||
attr.type === 'label'
|
||||
&& attr.name === 'action'
|
||||
&& attr.noteId === '_bulkAction'
|
||||
|
||||
Reference in New Issue
Block a user