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

Supported nested fields #1695

Closed
wants to merge 16 commits into from
Closed

Commits on Feb 13, 2024

  1. Supported nested fields

    Ben-Ho committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    516b8c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Support non_null nested

    Ben-Ho committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    921286f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Remove unused import

    Ben-Ho committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    98cef80 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Demo: Remove product package dimensions (#1730)

    - `packageDimensions` was nullable, although the database fields aren't
    nullable (caused an DB error if null was saved)
    - Admin Generator (present and future) doesn't support nested fields
    (for future it is WIP, present will never get it)
    - Easy solution: remove it
    - #1729 will showcase nested fields and everything (as replacement for
    packageDimensions)
    Ben-Ho committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    357f7f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b672bf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cc85e6 View commit details
    Browse the repository at this point in the history
  4. Remove unused parameter

    Ben-Ho committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    cc2014d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Use UsableFields-Type provided by @nsams

    to simplify type supporting writing form-config
    Ben-Ho committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b64d384 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    88166fa View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    9793653 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    d28aef2 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary ?

    Ben-Ho committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1854a54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b7db40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e858cad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a0b75a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    852b90d View commit details
    Browse the repository at this point in the history