Skip to content
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

fix(submission): change expire_date from date to date time #867

Merged

Conversation

Davidmattei
Copy link
Member

Q A
Bug fix? y
New feature? n
BC breaks? n
Deprecations? n
Fixed tickets? n
Documentation? n

If the database is configured in another date form (redwood), doctrine date column are not working.
Best to always use dateTime columns, form submission expire date was the only property/column of the type date.

Because we want to use the property parameter correctly

for getting the id of the first file it should be ?property=[files][0][id]
before this fix, files is an object and the property needs to be [files][0].id
@Davidmattei Davidmattei marked this pull request as ready for review April 9, 2024 12:53
@Davidmattei Davidmattei requested a review from a team as a code owner April 9, 2024 12:53
@Davidmattei Davidmattei self-assigned this Apr 9, 2024
@Davidmattei Davidmattei merged commit 9de994f into ems-project:5.15 Apr 9, 2024
4 checks passed
@Davidmattei Davidmattei deleted the fix/form-submission-expire-date branch June 10, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant