Skip to content

fix: Deleted users are not displayed in the user list on the user management page (/admin/users)#10934

Merged
yuki-takei merged 3 commits intomasterfrom
fix/180602
Mar 27, 2026
Merged

fix: Deleted users are not displayed in the user list on the user management page (/admin/users)#10934
yuki-takei merged 3 commits intomasterfrom
fix/180602

Conversation

@miya
Copy link
Copy Markdown
Member

@miya miya commented Mar 26, 2026

@miya miya requested a review from yuki-takei March 26, 2026 10:01
@miya miya self-assigned this Mar 26, 2026
'lastLoginAt',
]),
query('page').isInt({ min: 1 }),
query('page').isInt({ min: 1 }).toInt(),
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

req.query.page で値を取り出した時に number で受け取れるように

validator.statusList,
apiV3FormValidator,
async (req, res) => {
const page = parseInt(req.query.page) || 1;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

validator 時点 toInt しているため parseInt を削除

@miya miya changed the title fix: Deleted users are not displayed in the user list on the user management page (/admin/users). fix: Deleted users are not displayed in the user list on the user management page (/admin/users) Mar 26, 2026
@yuki-takei yuki-takei merged commit 3213545 into master Mar 27, 2026
23 checks passed
@yuki-takei yuki-takei deleted the fix/180602 branch March 27, 2026 10:36
@github-actions github-actions Bot mentioned this pull request Mar 27, 2026
This was referenced Apr 15, 2026
@github-actions github-actions Bot mentioned this pull request Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants