Untriaged bugs 2018 week 46

Sup,

it’s triage time again, please help to triage issues. To read more about the process visit Foreman triage process

  • 25424 API Documentation expand and collapse options
  • 25423 Add an alphabetized index to top of autogenerated API docs
  • 25419 Cloning a Template and saving without changing it produces a diff
  • 25388 Add NAME to interface config for vlans
  • 25340 foreman-proxy error : TypeError no implicit conversion of nil into String

In case I am not available, this is how I created the list:

curl -s https://projects.theforeman.org/projects/foreman/issues.json?query_id=144 | ruby -r json -e 'JSON.parse(STDIN.read)["issues"].each { |i| puts "* [ ] [#{i["id"]}](https://projects.theforeman.org/issues/#{i["id"]}) #{i["subject"]}" }'