Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #15223 - query parameters are now correct. #3555

Closed
wants to merge 1 commit into from

Commits on May 29, 2016

  1. fixes #15223 - query parameters are now correct.

    before this patch, there were two query
    parameters (/hosts/template_used?id=47?provisioning=build).
    since the view always prepand the hosts ID parameter, it is safe
    to assume the URL always contain a leading parameter (e.g.
     /hosts/template_used?id=47).
    ohadlevy committed May 29, 2016
    Configuration menu
    Copy the full SHA
    29809f0 View commit details
    Browse the repository at this point in the history