[Favourite][Reply][Repeat] The respective svg for note actions is assigned. Repeat note handler needs work. "An exception has been thrown during the rendering of a template ("No value in table note matches the requested criteria")." exception thrown on repeat.
This commit is contained in:
@@ -67,7 +67,7 @@ class Favourite extends NoteHandlerPlugin
|
||||
[
|
||||
'label' => ' ',
|
||||
'attr' => [
|
||||
'class' => $is_set ? 'favourite-button-on' : 'favourite-button-off',
|
||||
'class' => $is_set ? 'note-actions-set' : 'note-actions-unset',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user