Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relink to other entry on deletion of an entry #1179

Open
delz-dev opened this issue Jun 17, 2024 · 1 comment
Open

Relink to other entry on deletion of an entry #1179

delz-dev opened this issue Jun 17, 2024 · 1 comment

Comments

@delz-dev
Copy link

Usecase
I have 2 collections: authors and articles.
The article entries can be linked to an author.

Now I delete an author and want to relink all dependent article entries to a new author …

-> Well I could just search the author-ID on all markdown-files by hand and replace by new one …
-> Or I could hijack the "delete"-Event to do the same by laravel

Is this even possible? … I'm no laravel-dev. But maybe anybody in here has a clue …

for my taste this should be e core-functionality … (as option per collection to have a relink-functionality, maybe even on the assets if I delete one an want to relink it → p.e. a new version of a PDF … ?)

@benfurfie
Copy link

Ran into this one recently too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants