Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Nov 18, 2021
1 parent eddc46a commit cb55107
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/admin/models/config/orders_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
'location_name' => [
'label' => 'lang:admin::lang.orders.column_location',
'relation' => 'location',
'select' => 'location_name',
'searchable' => TRUE,
'locationAware' => TRUE,
],
Expand Down
3 changes: 1 addition & 2 deletions app/admin/models/config/reservations_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@
'reservation_id' => [
'label' => 'lang:admin::lang.column_id',
],
'location' => [
'location_name' => [
'label' => 'lang:admin::lang.reservations.column_location',
'relation' => 'location',
'select' => 'location_name',
'searchable' => TRUE,
'locationAware' => TRUE,
],
Expand Down
2 changes: 2 additions & 0 deletions app/system/classes/UpdateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ public function migrateExtension($name)
return FALSE;
}

$this->log("<info>Migrating extension $name</info>");

$path = $this->getMigrationPath($this->extensionManager->getNamePath($name));
$this->migrator->run([$name => $path]);

Expand Down

0 comments on commit cb55107

Please sign in to comment.