mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #205] [MERGED] fix/184 script filtering count discrepancy #254
Reference in New Issue
Block a user
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.