[ResponseOps][Cases] Remove configuration's deleted custom field from template's custom fields via API#186608
Merged
js-jankisalvi merged 5 commits intoelastic:feat/case_templatesfrom Jun 25, 2024
Conversation
Contributor
|
Pinging @elastic/response-ops-cases (Feature:Cases) |
Contributor
|
Pinging @elastic/response-ops (Team:ResponseOps) |
doakalexi
approved these changes
Jun 21, 2024
adcoelho
approved these changes
Jun 24, 2024
Contributor
adcoelho
left a comment
There was a problem hiding this comment.
LGTM left a minimal comment 👍
x-pack/test/cases_api_integration/security_and_spaces/tests/common/configure/patch_configure.ts
Outdated
Show resolved
Hide resolved
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#6376[✅] x-pack/test/cases_api_integration/security_and_spaces/config_basic.ts: 25/25 tests passed. |
Contributor
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#6377[✅] x-pack/test/cases_api_integration/security_and_spaces/config_basic.ts: 25/25 tests passed. |
💔 Build FailedFailed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Parent issue: #181309
This PR takes care of below scenario:
When user deletes custom fields via API, those custom fields need to be removed from templates as well.
Flaky test runner
Testing
Checklist