- Issue created by @nikathone
Right now I would like to be able to add a condition on the notifications query in the block to limit the notifications the user are seeing. To do this I will probably need to create another block and rewrite the build method of notification_widget_block.
To allow custom modules to alter the query we could
tag the query →
with the following string 'notification_widget_block_build'
to make it alterable so that custom conditions can be applied.
Submit a MR.
N/A
Now the
N/A
Active
2.0
Code