Skip to content

Commit

Permalink
Remove enable_in_development key from Appeals feature flags (#12418)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristen-brown authored Apr 17, 2023
1 parent 0923908 commit adf00c9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,39 +211,30 @@ features:
decision_review_hlr_pii_expunge_enabled:
actor_type: user
description: Enables the higher level review PII expunge job
enable_in_development: true
decision_review_nod_pii_expunge_enabled:
actor_type: user
description: Enables the notice of disagreement PII expunge job
enable_in_development: true
decision_review_sc_pii_expunge_enabled:
actor_type: user
description: Enables the supplemental claim PII expunge job
enable_in_development: true
decision_review_hlr_status_updater_enabled:
actor_type: user
description: Enables the Higher Level Review status update batch job
enable_in_development: true
decision_review_nod_status_updater_enabled:
actor_type: user
description: Enables the Notice of Disagreement status update batch job
enable_in_development: true
decision_review_sc_status_updater_enabled:
actor_type: user
description: Enables the Supplemental Claim status update batch job
enable_in_development: true
decision_review_icn_updater_enabled:
actor_type: user
description: Enables the ICN lookup job
enable_in_development: true
decision_review_weekly_error_report_enabled:
actor_type: user
description: Enables the weekly decision review text error report
enable_in_development: true
decision_review_daily_error_report_enabled:
actor_type: user
description: Enables the daily error report email
enable_in_development: true
decision_review_daily_stuck_records_report_enabled:
actor_type: user
description: Enables the daily decision review stuck records Slack report
Expand Down

0 comments on commit adf00c9

Please sign in to comment.