Skip to content

Commit

Permalink
Add comment column to reservations list tastyigniter/ti-ext-reservati…
Browse files Browse the repository at this point in the history
…on#32

Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Jul 6, 2022
1 parent 68e405b commit 3016c2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/admin/models/config/reservations_model.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

$config['list']['filter'] = [
'search' => [
'prompt' => 'lang:admin::lang.reservations.text_filter_search',
Expand Down Expand Up @@ -121,6 +122,10 @@
'label' => 'lang:admin::lang.reservations.column_date',
'type' => 'date',
],
'comment' => [
'label' => 'lang:admin::lang.statuses.label_comment',
'invisible' => true,
],
];

$config['calendar']['toolbar'] = [
Expand Down

0 comments on commit 3016c2f

Please sign in to comment.