- πΊπΈUnited States Davisdjohn
This is a followup to #81373: Allow option for comments to be completely flat (no threading in database) β . Copying the relevant comments here for simpliicity.
From RobLoach in
#comment-21 β
When "Threading" is disabled, you still get the "reply" link in the Comment operations.
From andypost in
#comment-22 β
#21 is only issue left here, also it make sense to check other code for possible optimizations when comments are not threaded
Like \Drupal\comment\CommentStorage::loadThread() does
For example:
1) no need to calculate thread and query it in \Drupal\comment\CommentStorage::getMaxThread()
2) and other places
Standard install
Disable threading, /admin/structure/types/manage/article/fields/node.article.comment
Create an article
Add a comment
See the reply link.
Remove the reply link.
Commit
Manual testing done in #17 and #22.
As it is:
As it to be:
No api changes
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.