Bug #36019
closed
Pass URL parameters to foreman_url as hash
Added by Leos Stejskal about 2 years ago.
Updated almost 2 years ago.
Category:
Unattended installations
|
Description
Some templates add URL params to the foreman_url like this:
<%= foreman_url('provision') + "&static=yes" %>
That cause issues when token_duration setting is set to 0,
generating URL '.../unattended/provision&static=yes'
instead of '.../unattended/provision?static=yes'
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2123835
- Subject changed from Pass URL parameters to foreman_url as hash
to Pass URL parameters to foreman_url as hash
- Category set to Templates
- Assignee changed from Lukas Zapletal to Leos Stejskal
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9608 added
- Target version set to 3.5.2
- Fixed in Releases 3.6.0 added
- Status changed from Ready For Testing to Closed
- Category changed from Templates to Unattended installations
- Triaged changed from No to Yes
- Fixed in Releases 3.5.2 added
- Pull request https://github.com/theforeman/foreman/pull/9614 added
- Pull request deleted (
https://github.com/theforeman/foreman/pull/9614)
Also available in: Atom
PDF