Actions
Bug #5778
closedUsing json to create directive is not working with API
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
You can't use json to create a directive.
Parameters is a problem ... you have to put a whole string instead of using JSON => really bad ...
And even if you manage to get pass through the parameters
The api awaits for a techniqueName but only reads it as url parameters... so it does not find it in json
using it as parameter will breack the json
need to fix all the things here
Updated by Vincent MEMBRÉ about 10 years ago
- Subject changed from using json to create directive is not working with API to Using json to create directive is not working with API
Updated by François ARMAND almost 10 years ago
- Status changed from New to In progress
- Assignee changed from Vincent MEMBRÉ to François ARMAND
Updated by François ARMAND almost 10 years ago
- Status changed from In progress to Pending technical review
- Pull Request set to https://github.com/Normation/rudder/pull/702
Updated by François ARMAND almost 10 years ago
- Assignee changed from François ARMAND to Nicolas CHARLES
Updated by François ARMAND almost 10 years ago
- Pull Request changed from https://github.com/Normation/rudder/pull/702 to https://github.com/Normation/rudder/pull/707
New PR is here: https://github.com/Normation/rudder/pull/707
Updated by François ARMAND almost 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 4ac51b498bb7fae29d77766f3a9bd586f1d1b047.
Updated by Nicolas CHARLES almost 10 years ago
Applied in changeset 61b64d750b9cf42d881aa4d61e82601086600895.
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.8 and 2.11.5, which were released today (16/12/14)
- Announcement 2.10 2.11
- Changelog 2.10 2.11
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions