Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Request Transformer plugin values are not stored #85

Closed
sebastianrosch opened this issue Aug 3, 2017 · 2 comments
Closed

Request Transformer plugin values are not stored #85

sebastianrosch opened this issue Aug 3, 2017 · 2 comments

Comments

@sebastianrosch
Copy link

sebastianrosch commented Aug 3, 2017

Hi,

when I set Request Transformer values in the UI, the are not being stored.

When I for example add c:1 to add querystring, the resulting JSON in the raw view is empty:

{ "api_id": "6ff27660-ae38-4b2a-a1f9-fb81ea1800ed", "id": "60065601-acdf-431c-8904-cd6a058657c0", "created_at": 1501755677077, "enabled": true, "name": "request-transformer", "config": { "remove": { "body": {}, "querystring": {}, "headers": {} }, "rename": { "querystring": {}, "body": {}, "headers": {} }, "add": { "querystring": {}, "body": {}, "headers": {} }, "replace": { "body": {}, "querystring": {}, "headers": {} }, "append": { "body": {}, "querystring": {}, "headers": {} } } }

@pantsel
Copy link
Owner

pantsel commented Aug 3, 2017

Hi @sebastianroesch , you need to press enter after every value you write so that the chip component can accept it.

Check issue #48

@sebastianrosch
Copy link
Author

Okay, thanks, that worked, sorry for the duplicate!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants