- 🇳🇱Netherlands timohuisman Leiden, Netherlands
The patch from #83 fails against 10.1.x and 11.x.
- 🇮🇹Italy Shura80
Hello, I upload a patch that may be applied along with the following one in this issue:
https://www.drupal.org/project/drupal/issues/2879087 📌 Use comment access handler instead of hardcoding permissions Needs work
https://www.drupal.org/files/issues/2022-01-17/2879087-130-9.3.x.patch →Tested on a Drupal 9.5.10 installation.
- last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - Status changed to Needs review
over 1 year ago 11:32am 4 September 2023 - last update
over 1 year ago Custom Commands Failed - 🇮🇳India vsujeetkumar Delhi
New Patch created for 11.x, Given patch #92 is "Failed to apply", Please have a look.
- last update
over 1 year ago Build Successful - 🇮🇳India vsujeetkumar Delhi
Patch created, Fixed CCF issue, Please have a look.
- Status changed to Needs work
over 1 year ago 4:41pm 4 September 2023 - 🇧🇬Bulgaria ovanes Sofia
Hello there,
I've re-rolled the patch mentioned in comment #83 for the Drupal 10.1.x version.
Thank you. - last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Patch Failed to Apply I re-rolled the patch from #97 for Drupal 10.2. There was one tiny change that broke the patch for me.
- 🇮🇹Italy Hotfingers
I replaced "entityManager" with "entityTypeManager" in patch #92 as I was having a CRON error for that deprecated method:
Error: Call to undefined method Drupal::entityManager() in comment_node_update_index() (line 372 of /core/modules/comment/comment.module)
and also
Error: Call to a member function getStorage() on null in Drupal\comment\CommentManager->isIndexingAvailable() (line 278 of /core/modules/comment/src/CommentManager.php)
It will not pass the test as it has to be applied after this one:
https://www.drupal.org/files/issues/2022-01-17/2879087-130-9.3.x.patch →I only tested it on a 9.5.11 project, and it's working correctly. The only permissions that is not applying is when I negate the Reply to anonymous users but allow them to authenticated ones, as even with the checkbox set to false on the Reply permission the anonymous users can still see the link under other comments and can still post a Reply.
- 🇫🇮Finland simohell
I applied a fix for deprecated
Drupal::entityManager()
to patch from #98: Show complete thread below reply/preview form → and tested that it applies to 10.3.1. I didn't test the functionality yet, though. - 🇫🇮Finland simohell
New patch for 10.3.6 due to the 1 line added to core CommentLazyBuilders.php
- 🇫🇷France dakwamine
Updated patch #101 due to $this->entityManager that should be $this->entityTypeManager instead in CommentManager. This blocked search_cron, thus blocking remaining cron hooks. The fix in interdiff was tested on 10.3.7.
I tried to update the patch #99, but it was based on another code base (older core), so I focused on the latest patch only.