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

Titles are never deleted, even when the pad is deleted #109

Open
bakerst-221b opened this issue Jul 24, 2024 · 0 comments
Open

Titles are never deleted, even when the pad is deleted #109

bakerst-221b opened this issue Jul 24, 2024 · 0 comments

Comments

@bakerst-221b
Copy link

When a pad is deleted, its title is not deleted from the database.
(Originally discovered by @TheDaemoness)

Steps to reproduce

This is apparent to the user when following these steps:

  1. make a pad
  2. set a title
  3. remove the pad via API
  4. recreate the pad under the same pad ID

Superficial analysis

I'm not familiar with the codebase so I hope this is correct:

etherpad-lite does trigger a padRemove hook when a pad is removed.
However, the ep_set_title_on_pad plugin does not implement that hook.

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

1 participant