-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[candidate_parameters] Date format does not match dates specified in config #6678
Comments
This comment has been minimized.
This comment has been minimized.
It's unrelated to that, the config for DoB format was added in #2617 |
@CamilleBeau The display on front-end isn't supposed to change or anything. Expected behaviour when DOB / DOD format is 'Ym'
Can you re-test and confirm if that's not the case? |
@jesscall Retested. After saving the configuration settings to Ym format for DoB and DoD, the date format remained the same after refreshing and navigating away in the candidate parameter page, as well as in a query to the database. These examples show DoB but the same was true for DoD. |
|
@CamilleBeau also side note: the date format from your image Not sure if that's the reason for discrepancy in behaviour Edit: Checked if changing the date format to use |
Removing critical to release as this has always been the case. |
Add "date_format" config format type for DoB and DoD, which configures whether day of month is included in date. Resolves #6678
) Add "date_format" config format type for DoB and DoD, which configures whether day of month is included in date. Resolves aces#6678
) Add "date_format" config format type for DoB and DoD, which configures whether day of month is included in date. Resolves aces#6678
Describe the bug
Altering the DOB format or the DOD format fields in the configuration module do not change how the dates are displayed / stored on the front-end or back-end for this module. The TestPlan for this module specifies that it should :
To Reproduce
Steps to reproduce the behavior (attach screenshots if applicable):
candidate
table and see that the dates are stored in the same way.What did you expect to happen?
The format of the dates to change in the
candidate_parameters
module.The text was updated successfully, but these errors were encountered: