Skip to content

Commit

Permalink
[2039] Activate TDA and rollover in all environments
Browse files Browse the repository at this point in the history
  • Loading branch information
avinhurry committed Jul 16, 2024
1 parent 6554b30 commit dea1326
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ feedback:
link: https://forms.office.com/pages/responsepage.aspx?id=yXfS-grGoU2187O4s0qC-SKECobyE75EtuJMp8rYxZtURTNaTTJaTVhBQlQzM1RESTJDVlBERk1JQS4u

features:
teacher_degree_apprenticeship: false
teacher_degree_apprenticeship: true
send_request_data_to_bigquery: false
rollover:
# Normally a short period of time between rollover and the next cycle
# actually starting when it would be set to false
has_current_cycle_started?: true
# During rollover providers should be able to edit current & next recruitment cycle courses
can_edit_current_and_next_cycles: false
can_edit_current_and_next_cycles: true

cookies:
session:
Expand Down
7 changes: 0 additions & 7 deletions config/settings/production_aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ google_tag_manager:

features:
send_request_data_to_bigquery: true
teacher_degree_apprenticeship: true
rollover:
# Normally a short period of time between rollover and the next cycle
# actually starting when it would be set to false
has_current_cycle_started?: true
# During rollover providers should be able to edit current & next recruitment cycle courses
can_edit_current_and_next_cycles: true

find_valid_referers:
- https://www.find-postgraduate-teacher-training.service.gov.uk
Expand Down
1 change: 0 additions & 1 deletion config/settings/qa_aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ basic_auth:

features:
send_request_data_to_bigquery: true
teacher_degree_apprenticeship: true

find_valid_referers:
- https://qa.find-postgraduate-teacher-training.service.gov.uk
Expand Down
3 changes: 0 additions & 3 deletions config/settings/review_aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ apply_base_url: https://qa.apply-for-teacher-training.service.gov.uk
search_ui:
base_url: https://qa.find-postgraduate-teacher-training.service.gov.uk

features:
teacher_degree_apprenticeship: true

authentication:
secret: secret
mode: persona
Expand Down

0 comments on commit dea1326

Please sign in to comment.