Skip to content

Commit

Permalink
Fix issue where reservation list can not be filtered by multiple stat…
Browse files Browse the repository at this point in the history
…uses

Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Oct 15, 2022
1 parent 5e7fbc5 commit de8ec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/models/config/reservations_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'status' => [
'label' => 'lang:admin::lang.text_filter_status',
'type' => 'selectlist',
'conditions' => 'status_id = :filtered',
'conditions' => 'status_id IN(:filtered)',
'modelClass' => 'Admin\Models\Statuses_model',
'options' => 'getDropdownOptionsForReservation',
],
Expand Down

0 comments on commit de8ec05

Please sign in to comment.