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

MBS-9063: Ignore dates in rels editor for rel types without them #3368

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2024

  1. MBS-9063: Ignore dates in rels editor for rel types without them

    Rather than going through the effort of removing and re-adding
    the dates as the link types change, this just ignores it for
    display while editing and only removes them from the data
    being sent once the edits are being submitted using a rel type
    that does not support dates.
    reosarevok committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7e24b7d View commit details
    Browse the repository at this point in the history
  2. MBS-9063: Ignore dates in Perl layer when editing rel types without them

    This adds a fallback check that makes sure even if the JS layer tries
    to submit dates when editing relationship types that do not
    support them, they will be ignored.
    reosarevok committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3405484 View commit details
    Browse the repository at this point in the history
  3. MBS-9063: Add tests

    reosarevok committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ed52479 View commit details
    Browse the repository at this point in the history