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

Omit extra data in schemaUtils #4139

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    1efd306 View commit details
    Browse the repository at this point in the history
  2. Create tests for omitExtraData:

     - getFieldNames tests are taken from Form.test.jsx and modified
     - getUsedFormData tests are taken from Form.test.jsx and modified, originally they contained schemas that weren't necessary
     - some extra tests for omitExtraData are created
    MarekBodinger committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0d2e85a View commit details
    Browse the repository at this point in the history
  3. Replace getFieldNames and getUsedFormData with schemaUtils.omitExtraD…

    …ata, remove moved tests, fix relevant tests
    MarekBodinger committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2811a66 View commit details
    Browse the repository at this point in the history
  4. Add documentation

    MarekBodinger committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0bc1c11 View commit details
    Browse the repository at this point in the history