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

FEAT #12091 TIME 0:10 fix tu

parent dd1f3277
No related branches found
No related tags found
No related merge requests found
......@@ -502,7 +502,7 @@ class BasketController
GroupBasketModel::update([
'set' => [
'list_display' => $data['list_display'],
'list_event' => $data['list_event'],
'list_event' => empty($data['list_event']) ? 'documentDetails' : $data['list_event'],
'list_event_data' => empty($listEventData) ? null : json_encode($listEventData)
],
'where' => ['group_id = ?', 'basket_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