Actions
action #132413
closedMissing url encoding for build links in test overview page
Description
https://openqa.opensuse.org/tests?match=openqa has links like this:
https://openqa.opensuse.org/tests/overview?build=asdil12/os-autoinst-distri-openQA.git#nginx&distri=openqa&version=Tumbleweed
The #
symbol would need to be escaped:
https://openqa.opensuse.org/tests/overview?build=asdil12/os-autoinst-distri-openQA.git%23nginx&distri=openqa&version=Tumbleweed
Actions