mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[GH-ISSUE #310] Partial match on Downloaded Scripts tab #96
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#96
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?
Originally created by @KairuByte on GitHub (Nov 10, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/310
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
Rather minor bug: Downloaded scripts appear to be matching based on "starts with" or similar, as the "docker" slug also brings "docker-vm" into the downloaded script list. Not that clicking into the script modal does show "docker-vm" as not loaded, but it is still present in the list.
🔄 Steps to reproduce the issue.
Load the script with the slug "docker"
Ensure "docker-vm" has not been loaded (or delete it)
View the "Downloaded Scripts" tab
❌ Paste the full error output (if available).
N/A
🖼️ Additional context (optional).
No response
@michelroegl-brunner commented on GitHub (Nov 10, 2025):
That is a bug for sure, i reuse the filter component and the conditional rendering from the availible scripts tab. I check this and will correct it.