Bug #27734
fix exportURL function
Description
exportURL(example.com/somepage?search="something")
should be example.com/somepage.csv?search="something" and not example.com/somepage?search="something".csv
Related issues
Associated revisions
History
#1
Updated by Maria Agaphontzev over 3 years ago
- Related to Feature #27471: Add export button to page layout component added
#2
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7007 added
#3
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases 1.24.0 added
#4
Updated by Maria Agaphontzev over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 9394ecb277798c488312f46866ab5d2a319506c6.
#5
Updated by Amit Upadhye over 3 years ago
- Category set to JavaScript stack
Fixes #27734 - fix exportURL function