Bug #6161
Value 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
Associated revisions
Fixes #6161 - Mark override on adding smart variable override via api
(cherry picked from commit 73eb580f9e910736ec797b17ee0cead0dcb12856)
refs #6161 - Add test to make sure override is marked on create
History
#1
Updated by Joseph Magen almost 9 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.
#2
Updated by Anonymous almost 9 years ago
- Target version changed from 1.8.2 to 1.8.1
#3
Updated by Anonymous over 8 years ago
- Target version changed from 1.8.1 to 1.8.0
#4
Updated by Anonymous over 8 years ago
- Target version changed from 1.8.0 to 1.7.5
#5
Updated by Ori Rabin over 8 years ago
- Assignee set to Ori Rabin
#6
Updated by Tomer Brisker over 8 years ago
- Assignee changed from Ori Rabin to Tomer Brisker
#7
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1697 added
- Pull request deleted (
)
#8
Updated by Anonymous over 8 years ago
- Target version changed from 1.7.5 to 1.7.4
#9
Updated by Dominic Cleal over 8 years ago
- Legacy Backlogs Release (now unused) set to 10
#10
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 73eb580f9e910736ec797b17ee0cead0dcb12856.
#11
Updated by Daniel Lobato Garcia over 8 years ago
- Legacy Backlogs Release (now unused) changed from 10 to 21
#12
Updated by Dominic Cleal over 8 years ago
- Legacy Backlogs Release (now unused) changed from 21 to 10
1.6.0 is correct.
Fixes #6161 - Mark override on adding smart variable override via api