Skip to content
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

[8.15] [ResponseOps][Cases] Fix template's custom fields bugs (#187591) #188135

Merged
merged 1 commit into from
Jul 11, 2024

Commits on Jul 11, 2024

  1. [ResponseOps][Cases] Fix template's custom fields bugs (elastic#187591)

    ## Summary
    
    Fixes elastic#187333
    
    ## Testing behaviour:
    Issue 1: verify similar behaviour from API as well.
    
    1. Create a template
    2. Add new toggle custom field with default value as true
    3. Go to create case, See that new toggle custom field has value: true
    4. Select recently created template
    5. Toggle custom field new custom field with it's default value
    
    Issue 2: verify similar behaviour from API as well.
    1. Create a text custom field with default value
    2. Create a template
    3. Set text custom field value to empty
    4. Save template
    5. Go to create case
    6. Select recently created template
    7. See that text custom field value is updated as per template's custom
    field value
    
    (cherry picked from commit 6b0d628)
    js-jankisalvi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bdcd8b7 View commit details
    Browse the repository at this point in the history