forum.index_storage:
class: Drupal\forum\ForumIndexStorage
arguments: ['@database', '@forum_manager']
tags:
- { name: backend_overridable }ForumIndexStorage constructor only accepts database service.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | forum_manager_3003111-1.patch | 494 bytes | dhirendra.mishra |
Comments
Comment #2
dhirendra.mishra commentedComment #3
dhirendra.mishra commentedHey..Please find the below patch for the same.Kindly review and test my patch.
Comment #4
googletorp commentedSome small house keeping. Let’s get this committed.
Comment #5
dhirendra.mishra commentedComment #6
dhirendra.mishra commentedis there anything else need to be done!
Comment #8
msankhala commentedLooks like a chatbot hickup. Lets put it in Need review again to run test bot. Or this issue is introduced in #2919795: Add visual hints that Layout Builder work is in tempstore and will not be lost, or take effect until saved
Drupal\Tests\layout_builder\FunctionalJavascript\LayoutBuilderUiTestclass is introduced in that issue.Comment #9
msankhala commentedAnother issue which caused fail of test bot has been reverted https://www.drupal.org/project/drupal/issues/2919795#comment-12801338
Comment #11
dhirendra.mishra commentedComment #12
longwaveComment #13
catchCommitted 0448071 and pushed to 8.7.x. Thanks!