29 comments (29 comments)0 reactions (0 reactions)1 assignee (1 assignee)PHP6,784 forks (6,784 forks)batch import
hacktoberfeststatus:ready for adoptiontype:bugtype:docs
Repository metrics
- Stars
- 14,302 stars (14,302 stars)
- PR merge metrics
- Avg merge 2d 15h (Avg merge 2d 15h)47 merged PRs in 30d (47 merged PRs in 30d)
Description
wrong pages became copy of real last page
Contributor guide
- Research direction
- Examine the pagination validation logic in Yii2's Pagination class, specifically the validatePage method and how it redirects when page number exceeds total pages. Look for the issue where page replacement happens instead of redirect.
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- PHPYii2