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
Updated by okurz over 1 year ago
- Category set to Feature requests
- Target version set to future
Updated by mkittler over 1 year ago
- Status changed from New to Feedback
- Assignee set to mkittler
Updated by okurz over 1 year ago
- Status changed from Feedback to Resolved
- Target version changed from future to Ready
merged, should be deployed: https://openqa.opensuse.org/tests?match=asdil12 looks good now
Actions