Skip to content

Commit 4a67cc3

Browse files
Rolling2405Copilot
andcommitted
Fix config_key enum collision with session-security branch
Change days_to_keep_archived_patients enum value from 26 to 27 to avoid collision with session_timeout: 26 in PR DARIAEngineering#3536. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d9148bc commit 4a67cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Config < ApplicationRecord
9797
display_practical_support_attachment_url: 23,
9898
display_practical_support_waiver: 24,
9999
display_consent_to_survey: 25,
100-
days_to_keep_archived_patients: 26
100+
days_to_keep_archived_patients: 27
101101
}
102102

103103
# which fields are URLs (run special validation only on those)

0 commit comments

Comments
 (0)