mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #205] [MERGED] fix/184 script filtering count discrepancy #274
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#274
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/205
Author: @michelroegl-brunner
Created: 10/20/2025
Status: ✅ Merged
Merged: 10/20/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/184📝 Commits (1)
9ad9440fix: resolve script filtering count discrepancy📊 Changes
2 files changed (+10 additions, -2 deletions)
View changed files
📝
src/app/_components/DownloadedScriptsTab.tsx(+5 -1)📝
src/app/_components/ScriptsGrid.tsx(+5 -1)📄 Description
Problem
When filtering downloaded scripts by type with all 4 categories selected, the count showed '398 of 399 scripts' instead of '399 of 399 scripts'.
Root Cause
The TurnKey script has type 'turnkey' which doesn't match any of the four filter categories (ct, vm, addon, pve), causing it to be excluded from filtered results even when all categories are selected.
Solution
Testing
Fixes the filtering count discrepancy issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.