generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Done. * Remove change place status email. * Change name. * Fix tests.
- Loading branch information
1 parent
9b510f4
commit b9ebfc1
Showing
17 changed files
with
13 additions
and
393 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
114 changes: 0 additions & 114 deletions
114
core/src/main/resources/templates/email/change-place-status-email-page.html
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ public enum EmailPreference { | |
SYSTEM, | ||
LIKES, | ||
COMMENTS, | ||
INVITES | ||
INVITES, | ||
PLACES | ||
} |
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
30 changes: 0 additions & 30 deletions
30
service-api/src/main/java/greencity/message/ChangePlaceStatusDto.java
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
service-api/src/main/java/greencity/message/CommentMessage.java
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
service-api/src/main/java/greencity/message/GeneralEmailMessage.java
This file was deleted.
Oops, something went wrong.
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
19 changes: 0 additions & 19 deletions
19
service-api/src/main/java/greencity/message/UserReceivedCommentMessage.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.