Open jecisc opened 4 years ago
Also, I do once again all those requests when I click "Create image"
Something is weird with this issue. I added a halt in the request for Jenkins Built. When I select the artefact, the code launching the new request is the #selectionChanged: of fast table.
The weird part is that, if the update of the selection launch the new request, then why does it not happen with the selection of the subbuild for example?!
Oh, I found why! When I expend items, I do not select the line. Thus the table does not update.
So the problem is that the tree recomputes the children at each change of selection.
While getting an image from my server I get too many requests when I select my image.
I logged them and here is the result of every request made.
When I select my Jenkins it does:
When I select the project it does
When I select LatestSuccessful it does
When I select the right subbuild
Then when I select the artefact to DL it does
I guess the UI is refreshing and it computes once again all open children? In the case of requests to the Jenkins, it takes a lot of time and makes it hard to use it.