Defect #3
closedajax pagination of projects
0%
Description
Is it just me or is the AJAX project pagination broken in .4.1?
I'm testing with more than 15 projects and the Next and Page 2 links are not working.
I can research more, but perhaps this is a known issue?
Updated by Jean-Philippe Lang almost 18 years ago
I'll have a look at this issue this evening.
Thanks
Updated by Jean-Philippe Lang almost 18 years ago
I've just tested with 50 projects and it seems to work fine.
Can you tell on which screen you have the problem and what the
problem exactly is (what does happen when you click on the pagination
links ? an error occurs ?).
Thanks
Updated by Todd McGrath almost 18 years ago
No errors, but I was running it locally on WebBrick. I'll
report back if I find something more specific. Thank you
for looking at this
Updated by Jean-Philippe Lang almost 18 years ago
It should work fine on webrick too.
Tell me if you it's not the case.
Updated by Todd McGrath almost 18 years ago
I apologize. This was my fault entirely. I was updating
the layouts/base.rhtml page and removed the <div
id="content">. From what I understand, the ajax
update
requires it, so that's why it appeared not to work.