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

Fix(T33788): display only unique fields in the error message #634

Merged
merged 6 commits into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. Fix(T33788): JavaScript Set was used for storing a collection of uniq…

    …ue fields. However it does not work correctly with demosplan core, use filter() function instead
    sakutademos committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    dc5896f View commit details
    Browse the repository at this point in the history
  2. Update src/mixins/dpValidateMixin.js

    Co-authored-by: salisdemos <40487461+salisdemos@users.noreply.github.com>
    sakutademos and salisdemos authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    110fc2e View commit details
    Browse the repository at this point in the history
  3. Fix(T33788): filter by unique values in the nonEmptyUniqueFieldNames …

    …variable directly, remove an extra variable
    sakutademos committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8847423 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7717fbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    110de26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    535c8c0 View commit details
    Browse the repository at this point in the history