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
With the new version of Symfony, we have a bug in application, in fact the input date has hours, minutes and seconds, but we don't want that.
Possible Solution
The possible solution is in directory "bridge" : we got an problem with function guessType(). The switch has like case a Types::DATE_IMMUTABLE but not Types::DATETIME_IMMUTABLE
The text was updated successfully, but these errors were encountered:
Symfony version(s) affected: 5.x
Description
With the new version of Symfony, we have a bug in application, in fact the input date has hours, minutes and seconds, but we don't want that.
Possible Solution
The possible solution is in directory "bridge" : we got an problem with function guessType(). The switch has like case a Types::DATE_IMMUTABLE but not Types::DATETIME_IMMUTABLE
The text was updated successfully, but these errors were encountered: