Skip to content

Commit

Permalink
UIBULKED-261 Replace UUID with HRID on Logs (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx committed Mar 10, 2023
1 parent b71ba05 commit 227c71b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## In progress

* [UIBULKED-261](https://issues.folio.org/browse/UIBULKED-261) Replace UUID with HRID on Logs
* [UIBULKED-265](https://issues.folio.org/browse/UIBULKED-265) Columns on the 'Are you sure' form are mixed in case simultaneously running jobs
* [UIBULKED-266](https://issues.folio.org/browse/UIBULKED-266) Confirmation screen is missing for completed with errors operations

Expand Down
4 changes: 2 additions & 2 deletions src/constants/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import React from 'react';

export const LOGS_COLUMNS = [
{
label: <FormattedMessage id="ui-bulk-edit.columns.logs.id" />,
value: 'id',
label: <FormattedMessage id="ui-bulk-edit.columns.logs.hrId" />,
value: 'hrId',
disabled: false,
selected: false,
sortable: true,
Expand Down
2 changes: 1 addition & 1 deletion translations/ui-bulk-edit/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"columns.HOLDINGS_RECORD.Instance HRID": "Instance HRID",
"columns.HOLDINGS_RECORD.Item barcode": "Item barcode",

"columns.logs.id": "ID",
"columns.logs.hrId": "ID",
"columns.logs.operationType": "Bulk operation type",
"columns.logs.entityType": "Record type",
"columns.logs.status": "Status",
Expand Down

0 comments on commit 227c71b

Please sign in to comment.