Actions
Feature #4160
closedforeman_url should be able to append parameters, e.g. static
Description
The foreman_url renderer function should take additional options so it can automatically append parameters to the URL. Currently you have to append to it in the template, which is unreliable as parameters may need appending with a "?" or "&" prefix depending on whether it's the first parameter in the query string or not.
e.g. foreman_url("provision", :params => { :static => "yes" })
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman/pull/7086 added
Updated by Lukas Zapletal over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 170b56c69ab0d7e6b332b352d823bb988eca0b6b.
Updated by Lukas Zapletal over 4 years ago
- Related to Refactor #29733: Deprecate calling foreman_url without arguments added
Actions