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

request: 446602 does not include <history> element for <priority> change #3897

Closed
jberry-suse opened this issue Sep 22, 2017 · 5 comments
Closed
Assignees
Labels
Bug Frontend Things related to the OBS RoR app

Comments

@jberry-suse
Copy link
Contributor

Issue/Feature description

Somehow a request priority was changed, but not history record was recorded.

Expected result

A history record would be present.

How to Reproduce

osc api '/request/446602?withfullhistory=1'

@bgeuken
Copy link
Member

bgeuken commented Oct 9, 2017

There are some raiseprioirty calls that set the request priority, but don't create a history element.

btw. they set themto the lowest of all associated bs_request actions.
@adrianschroeter Is that the correct behaviour? I would think that it should be the highest instead.

@bgeuken bgeuken self-assigned this Oct 9, 2017
@bgeuken
Copy link
Member

bgeuken commented Oct 11, 2017

We are going to track automatic priority changes. That probably covers the prio change you encountered.

^ @adrianschroeter JFYI

@bgeuken
Copy link
Member

bgeuken commented Oct 19, 2017

This should be fixed with #3994. At least it was the only possible cause for this issue that I found. If this still appears, please let us know.

@bgeuken bgeuken closed this as completed Oct 19, 2017
@jberry-suse
Copy link
Contributor Author

@bgeuken To be clear, this only works going forward and does not apply to historical requests?

@bgeuken
Copy link
Member

bgeuken commented Oct 20, 2017

@jberry-suse Right, all requests prior to the fix won't have that history element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Frontend Things related to the OBS RoR app
Projects
None yet
Development

No branches or pull requests

2 participants