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

Allow overriding label for values #37

Open
wants to merge 49 commits into
base: main
Choose a base branch
from

Commits on Sep 22, 2023

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

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    d6aa386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17697d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9bb05f View commit details
    Browse the repository at this point in the history
  4. Use @Property for 'value'

    JeffersonBledsoe committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    3c45a3a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    70a17f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf7879 View commit details
    Browse the repository at this point in the history
  3. Fix custom field ID

    JeffersonBledsoe committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    624170d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ea20ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3ca7da View commit details
    Browse the repository at this point in the history
  6. Fix data storing

    JeffersonBledsoe committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e821e3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd8e9bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd40e5c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    f2ff588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cf29d3 View commit details
    Browse the repository at this point in the history
  3. Test fix

    JeffersonBledsoe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    810d675 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Readme

    JeffersonBledsoe committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5524684 View commit details
    Browse the repository at this point in the history
  2. Typo fix

    JeffersonBledsoe committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    ac749fb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge branch 'main' into custom-label-mapping

    # Conflicts:
    #	src/collective/volto/formsupport/restapi/services/submit_form/post.py
    JeffersonBledsoe committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    262fce7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    30adf28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47ede0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3785922 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    adb24a4 View commit details
    Browse the repository at this point in the history
  2. Fix for storing CSVs

    JeffersonBledsoe committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c778d90 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Update README.rst

    Co-authored-by: Dylan Jay <[email protected]>
    JeffersonBledsoe and djay authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f503de7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd03c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22f8a9a View commit details
    Browse the repository at this point in the history
  4. Improve test coverage

    [email protected] committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6a21647 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    98276f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efeb8b8 View commit details
    Browse the repository at this point in the history
  3. Ensure we're using the internal_value API for fields incase a field…

    … needs to override this for some reason in the future
    JeffersonBledsoe committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    63bd5d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge branch 'main' into custom-label-mapping

    # Conflicts:
    #	src/collective/volto/formsupport/restapi/services/submit_form/post.py
    #	src/collective/volto/formsupport/tests/test_send_action_form.py
    JeffersonBledsoe committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c4f8110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b2a872 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa3c786 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

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

Commits on Sep 12, 2024

  1. Merge branch 'main' into custom-label-mapping

    # Conflicts:
    #	src/collective/volto/formsupport/restapi/services/submit_form/post.py
    JeffersonBledsoe committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6fd8d93 View commit details
    Browse the repository at this point in the history
  2. Cleanup bad merge

    JeffersonBledsoe committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a26d13c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b64a9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81d9174 View commit details
    Browse the repository at this point in the history
  5. lint

    JeffersonBledsoe committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a08bf7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5936dd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    e716145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c806b31 View commit details
    Browse the repository at this point in the history
  3. lint

    JeffersonBledsoe committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    85a869b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge branch 'main' into custom-label-mapping

    # Conflicts:
    #	src/collective/volto/formsupport/tests/test_send_action_form.py
    JeffersonBledsoe committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d6ba9ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a094d68 View commit details
    Browse the repository at this point in the history