Actions
Bug #3165
closed/api/fact_values route missing from v2 API
Description
Specifying version=2:
Started GET "/api/fact_values?search=name=ipaddress" for 127.0.0.1 at 2013-09-27 21:16:43 +0100
Processing by Api::V1::HomeController#route_error as JSON
But version=1 works fine.
It's in the v1 routes file, but not v2: https://github.com/theforeman/foreman/blob/d74b482e/config/routes/api/v1.rb#L37
Updated by Dominic Cleal over 11 years ago
- Related to Tracker #3112: [TRACKER] Issues to be released in 1.3 RC or final added
Updated by Dominic Cleal over 11 years ago
- Priority changed from Normal to Urgent
- Target version set to 1.3.0
Regression, it was removed in #2414: https://github.com/theforeman/foreman/commit/01055e77#L12L31
Updated by Joseph Magen over 11 years ago
- Status changed from New to Ready For Testing
- Assignee set to Joseph Magen
Updated by Joseph Magen over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 97db3ee75242d2a0fbcee52d7070e4cacb8cd68e.
Updated by Lukas Zapletal about 11 years ago
- Related to deleted (Tracker #3112: [TRACKER] Issues to be released in 1.3 RC or final)
Actions