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

Fixing #14587: Can edit json field with false value #14588

Merged
merged 2 commits into from Nov 17, 2022
Merged

Fixing #14587: Can edit json field with false value #14588

merged 2 commits into from Nov 17, 2022

Conversation

wusuopu
Copy link
Contributor

@wusuopu wusuopu commented Oct 10, 2022

What does it do?

This PR is fixing #14587. the formatContentTypeData function has a issue when format a json data which value is false.

@strapi-cla
Copy link

strapi-cla commented Oct 10, 2022

CLA assistant check
All committers have signed the CLA.

@Convly Convly added source: core:content-manager Source is core/content-manager package pr: fix This PR is fixing a bug labels Oct 17, 2022
@joshuaellis joshuaellis self-assigned this Nov 15, 2022
@joshuaellis joshuaellis linked an issue Nov 15, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Nov 17, 2022

Codecov Report

Base: 59.62% // Head: 59.62% // No change to project coverage 👍

Coverage data is based on head (6677b31) compared to base (3a683fd).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14588   +/-   ##
=======================================
  Coverage   59.62%   59.62%           
=======================================
  Files        1339     1339           
  Lines       32566    32566           
  Branches     6207     6207           
=======================================
  Hits        19418    19418           
  Misses      11289    11289           
  Partials     1859     1859           
Flag Coverage Δ
front 64.09% <ø> (ø)
unit 49.79% <ø> (ø)

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

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@joshuaellis joshuaellis merged commit 70d7bbc into strapi:main Nov 17, 2022
@joshuaellis
Copy link
Member

Thanks for the contribution! 😄

@gu-stav gu-stav added this to the 4.5.2 milestone Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: fix This PR is fixing a bug source: core:content-manager Source is core/content-manager package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't edit a json field when its value is false
6 participants