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

Redirection after creation of multiple updates #352

Closed
remicollet opened this issue Aug 25, 2015 · 1 comment · Fixed by #353
Closed

Redirection after creation of multiple updates #352

remicollet opened this issue Aug 25, 2015 · 1 comment · Fixed by #353
Labels
JS Issues pertaining to Bodhi's JavaScript code

Comments

@remicollet
Copy link
Contributor

After creating an update from various build (same package in various branches)
And after a JS message about the update being splited,

Redirect to https://bodhi.fedoraproject.org/updates/undefined

 {"status": "error", "errors": [{"location": "url", "name": "id", "description": "Invalid update id"}]}
@ralphbean
Copy link
Contributor

This bug was introduced in fb9d84c.

ralphbean added a commit that referenced this issue Aug 25, 2015
This fixes a bug introduced in #304.

When you do multi-release updates, the JSON response that comes back contains
all the created updates in a list.

* Fixes #352.
* Fixes #329.
@ralphbean ralphbean added API Issues related to Bodhi's REST API JS Issues pertaining to Bodhi's JavaScript code and removed API Issues related to Bodhi's REST API labels Aug 25, 2015
ralphbean added a commit that referenced this issue Sep 9, 2015
This fixes a bug introduced in #304.

When you do multi-release updates, the JSON response that comes back contains
all the created updates in a list.

* Fixes #352.
* Fixes #329.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JS Issues pertaining to Bodhi's JavaScript code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants