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

fix: checkbox group undefined field strategy #2748

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

krissvaa
Copy link
Contributor

Introduce a checkbox group field strategy to set an empty array instead of undefined as the field doesn't support undefined value change.

Fixes #2547

Copy link

sonarcloud bot commented Sep 20, 2024

Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.54%. Comparing base (224b9ae) to head (646ba0d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2748   +/-   ##
=======================================
  Coverage   94.53%   94.54%           
=======================================
  Files          81       81           
  Lines        2635     2638    +3     
  Branches      681      665   -16     
=======================================
+ Hits         2491     2494    +3     
  Misses        140      140           
  Partials        4        4           
Flag Coverage Δ
unittests 94.54% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error checkbox use with AutoCrud component
1 participant