- 🇮🇹Italy apaderno Brescia, 🇮🇹
I am removing an issue tag, since Feature request is already a Category value.
The issue was discovered while I was implementing a package of Behat tests for a website.
Initially I discovered that when you delete an user with the option - Delete the account and its content. - only his nodes are deleted but not the taxonomy terms he/she created.
As we try to keep the state of the website before and after the tests the same I delete each piece of content at the end of the test run. Currently I should create one test which deletes nodes and another that should chase taxonomy terms.
1. Create a new user with the website
2. Create some content with it - both nodes and taxonomy terms
3. Delete the user with the option - Delete the account and its content.
4. Check if the content is deleted.
Current behaviour is as follows - nodes are deleted but terms stay.
What we aim after the bug fix - nodes and terms are deleted.
Probably we should have an author field attached to each term
--------
--------
I guess that if we follow proposed solution we should introduce changes in the database as well
Active
9.5
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I am removing an issue tag, since Feature request is already a Category value.