Skip to content

Commit

Permalink
fix(progam-rule): rename hide program stage action (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo authored Dec 28, 2023
1 parent f5b08c5 commit 91ccdfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ const actionTypeFieldMapping = {
},
},
HIDEPROGRAMSTAGE: {
label: 'hide_program_stage',
label: 'prevent_adding_new_events_to_stage', // see https://dhis2.atlassian.net/browse/DHIS2-13995
required: ['programStage'],
labelOverrides: {
programStage: 'program_stage_to_hide',
programStage: 'program_stage',
},
},
HIDEOPTION: {
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 @@ -2322,3 +2322,4 @@ display_numerator_description=Numerator description
display_denominator_description=Denominator description
exploded_numerator=Exploded numerator
exploded_denominator=Exploded denominator
prevent_adding_new_events_to_stage=Prevent adding new events to stage

0 comments on commit 91ccdfc

Please sign in to comment.