bodhiproject / bodhi-ui

ReactJS frontend that interacts with the Bodhi backend services
GNU Lesser General Public License v3.0
18 stars 5 forks source link

Async call #1501

Closed BernardHan closed 5 years ago

BernardHan commented 5 years ago

1489

Instead of pulling data when the last txid is pending, I just pull all the pending list, if the list is not 0, then means it needs to keep pulling.

I still made the query compatible with using txid though. The reason I did not use it is that the mobile version currently still has the JS flow terminated problem, and it can never get the txid.

dwalintukan commented 5 years ago

will review after the corresponding server PRs are addressed. logic might change here if the server does.