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: Tag::updateContainerTag setting a wrong startDate and endDate value #199

Merged
merged 1 commit into from
Oct 30, 2019

Commits on Oct 30, 2019

  1. fix: Tag::updateContainerTag setting a wrong startDate and endDate value

    When we do a tag update startDate and endDate is submitted as a empty
    string that is converted to 0000-00-00 00:00:00 on database. That
    conversion cause an ExceptionInvalidDateBeforeFirstWebsite exception
    when We try to update tags again or publish a new version broken the
    whole tagmanager plugin
    lockland committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    6f16e92 View commit details
    Browse the repository at this point in the history