You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the pager (if there is more than a single page) correctly points to page 2 of the project's contacts by hovering on the next page button
Navigate to call logs
Move to the next page
Go back to a phonebook
Note that the pager's next page URL now points to the call log listings, thus breaking the phonebook's pager
Both call logs and the phonebook are implemented using the same paginate helper method, though the former uses listings and the latter does not. Could be caused by listings making use of a session parameter to store current listing information, and using it in the paginate helper?
The text was updated successfully, but these errors were encountered:
Both call logs and the phonebook are implemented using the same
paginate
helper method, though the former uses listings and the latter does not. Could be caused by listings making use of a session parameter to store current listing information, and using it in thepaginate
helper?The text was updated successfully, but these errors were encountered: