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

Provide ability to handle multiple custom fields with the same name. #973

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

Commits on Jan 27, 2024

  1. Provide ability to handle multiple custom fields with the same name.

    Note: this commit only adds the capability, further changes are required to switch usages of TryGetValue() in the field mappers of FieldMapperUtils for FieldMapperUtils.TryGetFirstValue().
    mammabear123 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    2a209d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5b34ed View commit details
    Browse the repository at this point in the history
  3. IfChanged<T> uses new "same name" custom field handling.

    New methods GetCustomIdList() and TryGetFirstValue() have been added to handle multiple custom fields that have the same name.   This change modifies IfChanged<T>() to actually start using the new code.
    mammabear123 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    12b2af4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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