-
Notifications
You must be signed in to change notification settings - Fork 4
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
Select iteration path for printing: selection of iteration works intermittently #19
Comments
@primaju thank you for the issue report - are you able to post the content of the browser console when this happens. I'll take a look at the code getting the data. |
Here it is: after looking to the code of the solution I would suggest adding extra |
Describe the bug
Regardless which iteration path for printing is selected. Page footer returns "Printing selected work item types in @currentiteration with 0 work items." and popup appears with the text "No work items were returned, please check the options selected and that work items are assigend to the iteration". Although after some time it works for a single selection and then stops again.
Azure DevOps Server 2019.1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It is expected to return items and the footer below should not show "Printing selected work item types in @currentiteration with 0 work items.", the selected iteration is not represented
Screenshots
There is no way to present a screenshot
Desktop (please complete the following information):
Chrome 77,
Microsoft Edge 41.16299.1004.0,
Microsoft Edge 79.0.294.1
Additional context
It seems that the query is stuck or cached and selection of the iteration is not preserved during the postback.
After some investigation it looks like the dataService.setValue for userIterationPath is set but lost after reload
let iteration = dataService.getValue("userIterationPath", {scopeType: "User"}); is not getting the value.
The text was updated successfully, but these errors were encountered: