-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution] Define rule
, About rule
, Schedule rule
and Rule actions
steps wiped during rule creation
#130767
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
So this is happening when you:
Then you can observe that form fields in the latter step are cleared. |
**Addresses:** #130767, #130770 Related to [this PR](#130825). @banderror described the reason for the problems in his PR. There was [ask ](#130825 (review)) to not return the `useEffect` to the form lib. The fix of the form clears the values [in this commit](df0b7bb) Then I cherry-pick commits from @banderror PR to fix form stripping undefined values and also fixed some tests ### Checklist Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
**Addresses:** #130767, #130770 Related to [this PR](#130825). @banderror described the reason for the problems in his PR. There was [ask ](#130825 (review)) to not return the `useEffect` to the form lib. The fix of the form clears the values [in this commit](df0b7bb) Then I cherry-pick commits from @banderror PR to fix form stripping undefined values and also fixed some tests ### Checklist Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 52bdf9a)
Fixed in #132834 |
**Addresses:** elastic#130767, elastic#130770 Related to [this PR](elastic#130825). @banderror described the reason for the problems in his PR. There was [ask ](elastic#130825 (review)) to not return the `useEffect` to the form lib. The fix of the form clears the values [in this commit](elastic@df0b7bb) Then I cherry-pick commits from @banderror PR to fix form stripping undefined values and also fixed some tests ### Checklist Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 52bdf9a)
**Addresses:** #130767, #130770 Related to [this PR](#130825). @banderror described the reason for the problems in his PR. There was [ask ](#130825 (review)) to not return the `useEffect` to the form lib. The fix of the form clears the values [in this commit](df0b7bb) Then I cherry-pick commits from @banderror PR to fix form stripping undefined values and also fixed some tests ### Checklist Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 52bdf9a) Co-authored-by: Khristinin Nikita <[email protected]>
Hi @MadameSheema , We have validated above issue on 8.3.0 BC2 and it's fixed. 🟢 Build Details:
Screen records: KaranVM.1.-.ec2-54-174-127-137.compute-1.amazonaws.com.-.Remote.Desktop.Connection.2022-06-03.13-15-18.mp4Hence, we are closing this issue and marking this as QA Validated. Thanks ! |
Describe the bug:
Define rule
,About rule
,Schedule rule
andRule actions
steps wiped during rule creation when you try to edit one of themKibana/Elasticsearch Stack version:
Steps to reproduce:
rules
pageCurrent behavior:
Expected behavior:
Additional information:
The text was updated successfully, but these errors were encountered: