Skip to content

Commit

Permalink
Changed sort order for open volume distributions table
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterZydra committed Mar 10, 2024
1 parent fc05aac commit 4152318
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Types of changes: `Added`, `Changed`, `Deprecate`, `Removed`, `Fixed`, `Secruity

## [Unreleased]

## v2.3.1 - 10.03.2024 - Changed sort order for open volume distributions table

### Changed
- Changed sort order for open volume distributions table

## v2.3.0 - 10.03.2024 - Improvements to the framework and a new volume distribution statistic

### Added
Expand Down
2 changes: 2 additions & 0 deletions app/Http/Controllers/OpenVolumeDistributionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public function execute(): void
}
}

$deliveryNotes = array_reverse($deliveryNotes);

view('statistics.openVolumeDistributions', ['deliveryNotes' => $deliveryNotes]);
}
}
2 changes: 1 addition & 1 deletion resources/Views/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<table class="scrollable">
<tr>
<td>Bio-Manager Version</td>
<td class="right">2.3.0</td>
<td class="right">2.3.1</td>
</tr>
<tr>
<td><?= __('Developer') ?></td>
Expand Down

0 comments on commit 4152318

Please sign in to comment.