mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 16:15:50 +03:00
[GH-ISSUE #163] Wrong pattern at "Add ISO Storage Pool" #127
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 @lub on GitHub (Dec 8, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/163
Hello,
I noticed that it is forbidden to add an ISO Storage Pool with a Path that contains capital letters, because there is a wrong pattern for the inputbox:
If I change the pattern to
[a-zA-Z0-9\/]+it works.@retspen commented on GitHub (Dec 10, 2013):
You need create name with A-Z letter ?
@lub commented on GitHub (Dec 10, 2013):
Yeah. My path was /storage/ISOs and webvirtmgr didn't accept it.
Changing the pattern with Firebug solved it, but I couldn't find the corresponding code line in git.
So I created an issue.
@retspen commented on GitHub (Dec 12, 2013):
Fix this