-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(T33788): display only unique fields in the error message (#634)
* Fix(T33788): This PR fixes the issue with incorrect field names in the error message: [object Set] JavaScript Set was used for storing a collection of unique fields. However it does not work correctly after installing a new version of demosplan-ui in demosplan core.. use filter() function to display only unique fields --------- Co-authored-by: salisdemos <40487461+salisdemos@users.noreply.github.com>
- Loading branch information
1 parent
a2c934c
commit 67a604b
Showing
3 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters