-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix #7847 - Fixed incorrect behavior for saving the Event without …
…a place but with a link. (#7909) * Fixed validation for online event in validateCoordinates method in EventServiceImpl class; Added test for EventServiceImpl for saving online event; Added method mapAllToList into EventDateLocationDtoMapper class; Added necessary test in EventDateLocationDtoMapperTest class; Added getEventDateLocationDtoWithLinkAndCoordinates method into ModelUtils class in service module; * Formatted code with formatter-maven-plugin; * Replased equals call to == for enums in the validateCoordinates method in EventServiceImpl class;
- Loading branch information
1 parent
90a68f4
commit 06c0754
Showing
5 changed files
with
91 additions
and
7 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
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