Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(categoryOptionCombo): remove shortName
Browse files Browse the repository at this point in the history
Birkbjo committed Jun 3, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent ba3dae7 commit a044858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/field-config/field-order.js
Original file line number Diff line number Diff line change
@@ -53,6 +53,10 @@ const fieldOrderByName = new Map([
'endDate',
'organisationUnits',
]],
['categoryOptionCombo', [
'name',
'code',
]],
['categoryCombo', [
'name',
'shortName',

0 comments on commit a044858

Please sign in to comment.