Skip to content

Commit

Permalink
fix(coc): Add ignoreApproval back (#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguaraldi authored Aug 26, 2024
1 parent e26206f commit d4cd22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/field-config/field-order.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const fieldOrderByName = new Map([
['categoryOptionCombo', [
'name',
'code',
'ignoreApproval',
]],
['categoryCombo', [
'name',
Expand Down
1 change: 1 addition & 0 deletions src/i18n/i18n_module_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ approve_data=Approve data
decimals_in_data_output=Decimals in data output
categories=Categories
ignore_data_approval=Ignore data approval
ignore_approval=Ignore approval
data_dimension_type=Data dimension type
indicator_type=Indicator type
indicator_group_set_management=Indicator group set management
Expand Down

0 comments on commit d4cd22f

Please sign in to comment.