Issue #7998 has been reported by Daniel Pittman. ---------------------------------------- Bug #7998: will_paginate can lose track of controls... https://projects.puppetlabs.com/issues/7998
Author: Daniel Pittman Status: Accepted Priority: Normal Assignee: Category: Target version: Keywords: Branch: Affected URL: Affected Dashboard version: There looks to be a bug in either the `will_paginate` gem, or our use of it, that can land the user in an inconsistent and non-trivially recoverable state. To reproduce: 1. Display something that paginates, with less than 100 items total. 2. Display the second page. 3. Set the "count per page" to 100. The controls and content will vanish, and you will now have to manually reload the page or whatever to recover. It is displaying items 101-200, save there are none, and the bug is that it doesn't either clamp the page count, or display the controls anyhow, when that happens. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
