forked from GNUsocial/gnu-social
[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:
@@ -60,7 +60,14 @@ class Reply extends NoteHandlerPlugin
|
||||
['content', HiddenType::class, ['label' => ' ', 'required' => false]],
|
||||
['attachments', HiddenType::class, ['label' => ' ', 'required' => false]],
|
||||
['note_id', HiddenType::class, ['data' => $note->getId()]],
|
||||
['reply', SubmitType::class, ['label' => ' ']],
|
||||
['reply', SubmitType::class,
|
||||
[
|
||||
'label' => ' ',
|
||||
'attr' => [
|
||||
'class' => 'note-actions-unset',
|
||||
],
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
// Handle form
|
||||
|
Reference in New Issue
Block a user