- 🇳🇿New Zealand quietone
I think this needs an issue summary update to explain the work for it to be suitable for a novice.
We tried to generate 50 flat comments via devel. Devel created them nested.
We tried to update the pid by using:
foreach ($comment) {
$comment->pid->value = 0;
comment_save($value);
}
That did not work as comments were still threaded.
But the pid in DB table "comment" had changed to 0 ...
There should be a way to reset the parent of a comment.
Active
11.0 🔥
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
The change/bugfix cannot be fully demonstrated by automated testing, and thus requires manual testing in a variety of environments.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think this needs an issue summary update to explain the work for it to be suitable for a novice.