Bug #6161
closedValue of Smart Variables doesn't show up on Foreman UI when it sets using API call
Description
Tried to use foreman api to set the values for smart variables in a hostgroup. The api did work and responded correctly.
This is the curl i used to set the variables in hostgroup:
curl -H 'content-type: application/json' -H 'Accept: application/json' -k -u '$USER:$PASS' $FOREMAN_URL/api/v2/smart_class_parameters/SMART_VARIABLE/override_values -X POST -d '{"override_value":{"value":"VALUE","match":"hostgroup=HOSTGROUP"}}'
Output : {"id":19858,"match":"hostgroup=HOSTGROUP","value":"VALUE","created_at":"2014-06-11T11:10:42Z","updated_at":"2014-06-11T11:10:42Z"}
Problem Statement:
The values of the smart variables doesn't show up on the Foreman UI
Updated by Joseph Magen over 10 years ago
- Status changed from New to Assigned
- Target version set to 1.8.2
The override value is created, but it doesn't show up in the UI if it's the first one created.
It's a Web UI issue.
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.2 to 1.8.1
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.1 to 1.8.0
Updated by Anonymous over 10 years ago
- Target version changed from 1.8.0 to 1.7.5
Updated by Tomer Brisker over 10 years ago
- Assignee changed from Ori Rabin to Tomer Brisker
Updated by The Foreman Bot over 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1697 added
- Pull request deleted (
)
Updated by Anonymous about 10 years ago
- Target version changed from 1.7.5 to 1.7.4
Updated by Dominic Cleal about 10 years ago
- Translation missing: en.field_release set to 10
Updated by Anonymous about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 73eb580f9e910736ec797b17ee0cead0dcb12856.
Updated by Daniel Lobato Garcia about 10 years ago
- Translation missing: en.field_release changed from 10 to 21
Updated by Dominic Cleal about 10 years ago
- Translation missing: en.field_release changed from 21 to 10
1.6.0 is correct.