-
Notifications
You must be signed in to change notification settings - Fork 2
[CYB-150] Sample Folder as Live View input #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...ent/src/app/chain-page/components/live-view/live-view-result/live-view-result.component.html
Outdated
Show resolved
Hide resolved
.../sample-data-form/sample-data-text-folder-input/sample-data-text-folder-input.component.html
Outdated
Show resolved
Hide resolved
.../sample-data-form/sample-data-text-folder-input/sample-data-text-folder-input.component.html
Outdated
Show resolved
Hide resolved
.../sample-data-form/sample-data-text-folder-input/sample-data-text-folder-input.component.html
Outdated
Show resolved
Hide resolved
|
|
||
| ngOnInit(): void { | ||
| this.store.dispatch(SampleFolderViewInitializedAction()); | ||
| this.sampleFolderPath$.subscribe(value => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this call would probably be better moved to the constructor, since it initializes the folderForm field.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it won't work in that case, we need for the page to initialize before
...ew/sample-data-form/sample-data-text-folder-input/sample-data-text-folder-input.component.ts
Outdated
Show resolved
Hide resolved
...onents/live-view/sample-data-form/sample-data-text-input/sample-data-text-input.component.ts
Show resolved
Hide resolved
.../src/main/java/com/cloudera/parserchains/queryservice/controller/ParserSampleController.java
Show resolved
Hide resolved
.../src/main/java/com/cloudera/parserchains/queryservice/controller/ParserSampleController.java
Outdated
Show resolved
Hide resolved
.../src/main/java/com/cloudera/parserchains/queryservice/controller/ParserSampleController.java
Outdated
Show resolved
Hide resolved
# Conflicts: # flink-cyber/metron-parser-chain/parser-chains-config-service/src/main/java/com/cloudera/parserchains/queryservice/config/AppProperties.java # flink-cyber/metron-parser-chain/parser-chains-config-service/src/main/java/com/cloudera/parserchains/queryservice/controller/ChainController.java
No description provided.