You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response status 400 while creating a new offer, when 'Dzień rozpoczęcia' remain empty but was previously clicked for the edition. startedAt in a request is sent as an empty string and is verified as the wrong format on the backend.
Steps to reproduce:
go to create offer form
edit field 'Dzień rozpoczęcia'
check 'Akcja już trwa'
remove date from 'Dzień rozpoczęcia'
populate all required fields and try to submit the form - a bad request can be noticed in the console.
The text was updated successfully, but these errors were encountered:
Description:
Response status 400 while creating a new offer, when 'Dzień rozpoczęcia' remain empty but was previously clicked for the edition.
startedAt
in a request is sent as an empty string and is verified as the wrong format on the backend.Steps to reproduce:
The text was updated successfully, but these errors were encountered: