Closed (fixed)
Project:
Block Visibility Groups
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2018 at 20:33 UTC
Updated:
14 Sep 2019 at 03:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bala.addweb commented@DuneBL, Please find my attached patch that solves the mentioned error.
Comment #3
dunebl@nikunj.addweb thank you for the patch!
I confirm it solves the issue
Comment #4
hctomThe supplied patch solves the error, but not the actual problem ;) So here is a new patch that really outputs the desired message by fixing the wrong implementation of the messenger service.
$this->messengerproperty was used directly instead of$this->messenger()method which instantiates the service if it does not exist already.Comment #5
patrickmichael commentedPatch #4 worked for me, thank you for this.
Comment #6
jnettikI can also confirm the patch in #4 works. Thank you!
Comment #7
7thkey commentedPatch #4 works for me. Thx!
Comment #8
scotwith1tAnother +1 for #4. Thanks :)
Comment #9
finex commentedThanks for the patch!
Comment #10
luke.leber#4 works on 8.6.
Comment #11
brightboldPatch in #4 also solved the problem for me on 8.6. +1!
Comment #12
joelpittetThis is not a minor problem, but thanks for the patch! 8.7 issue as well.
Comment #14
joelpittetThanks I've committed this to the latest dev release.
Comment #16
chris matthews commented@maintainers, would it be possible to push this fix to a 8.x-1.4 release?