Skip to content
Snippets Groups Projects
Commit fa59a222 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #15706 TIME 0:05 fix validate parallel opinion action

parent ef353020
No related branches found
No related tags found
No related merge requests found
...@@ -917,8 +917,8 @@ class ActionMethodController ...@@ -917,8 +917,8 @@ class ActionMethodController
} }
$latestNote = $latestNote[0]; $latestNote = $latestNote[0];
if (!empty($args['data']['note'])) { if (!empty($args['data']['note']['content'])) {
$newNote = $args['data']['note']; $newNote = $args['data']['note']['content'];
NoteModel::delete([ NoteModel::delete([
'where' => ['id = ?'], 'where' => ['id = ?'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment