Skip to content

Commit

Permalink
Maintaining saved search id across search execution. (Graylog2#4743) (G…
Browse files Browse the repository at this point in the history
…raylog2#4744)

(cherry picked from commit 7fce24c)
  • Loading branch information
edmundoa authored and dennisoelkers committed Apr 20, 2018
1 parent 439c3c8 commit fcf400e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graylog2-web-interface/src/components/search/SearchBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ const SearchBar = createReactClass({
action={SearchStore.searchBaseLocation('index')}
method="GET"
onSubmit={this._performSearch}>
{this.state.savedSearch && <input type="hidden" name="saved" value={this.state.savedSearch} />}
<input type="hidden" name="rangetype" value={this.state.rangeType} />
<input type="hidden" ref={(ref) => { this.fields = ref; }} name="fields" value="" />
<input type="hidden" ref={(ref) => { this.width = ref; }} name="width" value="" />
Expand Down

0 comments on commit fcf400e

Please sign in to comment.