avatar wilsonge
wilsonge
16 Jul 2013

Pagination appears to be broken (although it's partially broken on the old non-alpha release as well where you can't navigate from page 4 to 5)

avatar wilsonge wilsonge - open - 16 Jul 2013
avatar mbabker mbabker - close - 19 Jul 2013
avatar mbabker
mbabker - comment - 19 Jul 2013

Got this resolved. The cache code was implemented in a single object manner (it's the same code I use elsewhere). There isn't a need to factor in pagination there, so I didn't do that here when implementing that. So now, the data is cached based on the pagination data.

As for the pagination object's appearance, someone else decided it would look better to have that "continuation object" in there, but the functionality doesn't translate well. At least the arrows at both ends work right 😉

Add a Comment

Login with GitHub to post a comment