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

Likert layout #426

Closed
wants to merge 14 commits into from
Closed

Commits on Mar 19, 2024

  1. Detection of labels was broken

    Solution: check interface
    gotcha committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c60e67c View commit details
    Browse the repository at this point in the history
  2. consider extradata and showFields settings

    context: Without checking the extradata and showFields options of the
    save action, a lot of valid data wasn't (de)serialized
    ThibautBorn authored and gotcha committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d053d2d View commit details
    Browse the repository at this point in the history
  3. extra deserialization tests

    context: test with extradata and showfields
    ThibautBorn authored and gotcha committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d0554ba View commit details
    Browse the repository at this point in the history
  4. allow editors to remove a fieldset in easyform

    context: this permission wasn't set since the delete-fieldset option
    was added to plone.schemaeditor
    ThibautBorn authored and gotcha committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a163f6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4e7eaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc91dc3 View commit details
    Browse the repository at this point in the history
  7. Cleanup whitespace

    gotcha committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8734c5e View commit details
    Browse the repository at this point in the history
  8. Fix docstring

    gotcha committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bb108a6 View commit details
    Browse the repository at this point in the history
  9. Make code more readable

    gotcha committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1506c50 View commit details
    Browse the repository at this point in the history
  10. Test max_size validator

    gotcha committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0c358cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8bcd448 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. filter saveddata setfields on current fields

    context: prevent keyerror when viewing data in easyform
    ThibautBorn committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    16fec32 View commit details
    Browse the repository at this point in the history
  2. fix incorrectly migrated list values

    context: list values  were added on 1 line in text widgets, which breaks some functionality
    also don't ignore list default values
    ThibautBorn committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8805c15 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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