Skip to content

Commit

Permalink
fix(categoryOptionCombo): remove shortName (#2869)
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo authored Jun 5, 2024
1 parent ba3dae7 commit 2164835
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
Expand Up @@ -53,6 +53,10 @@ const fieldOrderByName = new Map([
'endDate',
'organisationUnits',
]],
['categoryOptionCombo', [
'name',
'code',
]],
['categoryCombo', [
'name',
'shortName',
Expand Down

0 comments on commit 2164835

Please sign in to comment.