Skip to content

[backport] PR #8342 to 5.x - [console] Fix settings#8489

Closed
elastic-jasper wants to merge 1 commit into5.xfrom
jasper/backport/8342/5.x
Closed

[backport] PR #8342 to 5.x - [console] Fix settings#8489
elastic-jasper wants to merge 1 commit into5.xfrom
jasper/backport/8342/5.x

Conversation

@elastic-jasper
Copy link
Contributor

Backport PR #8342

Commit 1:
[console] fix references to getInput function

When splitting the input/output modules into an initializeInput and getInput pair, it was changed to an esModule. This means that you can no longer require is and execute it's default export directly, as was being done in the console's settings module.

Commit 2:
[console] add functional tests to ensure that settings work

---------

**Commit 1:**
[console] fix references to getInput function

When splitting the input/output modules into an `initializeInput` and `getInput` pair, it was changed to an esModule. This means that you can no longer require is and execute it's default export directly, as was being done in the console's settings module.

* Original sha: 086a40c
* Authored by spalger <email@spalger.com> on 2016-09-19T20:18:27Z

**Commit 2:**
[console] add functional tests to ensure that settings work

* Original sha: 752c333
* Authored by spalger <email@spalger.com> on 2016-09-19T20:23:07Z
@elastic-jasper elastic-jasper added backport This PR is a backport of another PR has conflicts labels Sep 28, 2016
@epixa epixa changed the title [backport] PR #8342 to 5.x [backport] PR #8342 to 5.x - [console] Fix settings Sep 28, 2016
@spalger spalger closed this Sep 28, 2016
@epixa epixa deleted the jasper/backport/8342/5.x branch October 6, 2016 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments