Skip to content

Commit 69a0ca7

Browse files
committed
Add StoragePositionNumber as a sample storage column
1 parent 2e26f75 commit 69a0ca7

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

packages/components/releaseNotes/components.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# @labkey/components
22
Components, models, actions, and utility functions for LabKey applications and pages
33

4+
### version TBD
5+
*Released*: TBD
6+
- Add `StoragePositionNumber` as a sample storage column
7+
48
### version 6.57.0
59
*Released*: 30 July 2025
610
- Add file system audit events for apps

packages/components/src/internal/components/samples/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export const AMOUNT_AND_UNITS_COLUMNS_LC = AMOUNT_AND_UNITS_COLUMNS.map(col => c
172172

173173
export const SAMPLE_STORAGE_COLUMNS = [
174174
'StorageLocation',
175+
'StoragePositionNumber',
175176
'StorageRow',
176177
'StorageCol',
177178
'StorageUnit',

0 commit comments

Comments
 (0)