Skip to content

Delete entry should ask to delete linked files #10509

@tobiasdiez

Description

@tobiasdiez

Is your suggestion for improvement related to a problem? Please describe.
If you have an entry with a linked file and you delete the entry, then most likely you also want to remove the linked files to keep your pdfs in sync with your entries.

Describe the solution you'd like
If there is a linked file, ask the user to also delete it.

Context

public void delete(BibEntry entry) {
delete(false, Collections.singletonList(entry));
}

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions