This repository has been archived by the owner on Jul 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Delete Polls When User Is Deleted #46
Labels
good first issue
Good for newcomers
Comments
Ralkage
added
good first issue
Good for newcomers
needs discussion
Issue needs to be discussed before a decision is made to work on such feature
labels
Aug 16, 2018
We either want to keep the poll or CASCADE on delete. Flarum for beta 8 has a DB changes PR, not sure if CASCADE or keeping discussions & posts like reddit does was decided. |
Let's just modify to use cascade, flarum forces innodb now so we should have 0 issues. |
@datitisev or @cdk2020 lets get this implemented by the end of this month if possible 🤗 |
I'm actually facing an issue as well with not being able to delete the user when they've engaged in a poll. See flarum/framework#1802 (comment) |
We probably want to support |
dsevillamartin
removed
the
needs discussion
Issue needs to be discussed before a decision is made to work on such feature
label
Jun 27, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure if this is a bug or should just be put as a feature but when users are deleted VIA user profile UI option, their discussions and posts get deleted but their polls don't.
There should be added functionality that when this action occurs, the user's polls in the database get deleted as well.
The text was updated successfully, but these errors were encountered: