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

Remove dead href parsing paths #13684

Merged

Commits on Jan 27, 2017

  1. Remove dead href parsing paths

    If hrefs were supplied in the request body, they should have already
    been parsed by `BaseController#update_multiple_collections` and given to
    these methods as the id for the resource they represent. So these parts
    of the code should been unreachable, and can be replaced by an empty
    hash in the event that all other attempts to parse the resource at hand
    have failed.
    
    Follow up to ManageIQ#13671
    imtayadeway committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    207fd39 View commit details
    Browse the repository at this point in the history