Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Finalize the work on shipped date #32

Merged
merged 2 commits into from
Sep 1, 2015
Merged

Conversation

sylvestre
Copy link
Collaborator

No description provided.

@@ -81,6 +81,8 @@ def post(self, releaseName):
if form.enUSPlatforms.data:
log.debug('%s: enUSPlatforms being changed to: %s', releaseName, form.enUSPlatforms.data)
release.enUSPlatforms = form.enUSPlatforms.data
log.debug('%s: shippedAt being changed to: %s', releaseName, form.shippedAt.data)
release.shippedAt = form.shippedAt.data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This field is optional in the form, but here we don't check its value. Is this expected?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, to unset the value when we are "unshipping" a release.

rail pushed a commit that referenced this pull request Sep 1, 2015
Finalize the work on shipped date
@rail rail merged commit d27872c into mozilla-releng:master Sep 1, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants