Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
08181062
Commit
08181062
authored
Mar 08, 2014
by
Matija Obreza
Browse files
Include request.uuid in email subject
parent
bc732878
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/genesys2/server/service/impl/RequestServiceImpl.java
View file @
08181062
...
...
@@ -75,7 +75,7 @@ public class RequestServiceImpl implements RequestService {
Article
article
=
contentService
.
getGlobalArticle
(
"smtp.material-request"
,
Locale
.
ENGLISH
);
String
mailSubject
=
article
.
getTitle
();
String
mailSubject
=
"["
+
request
.
getUuid
()
+
"] "
+
article
.
getTitle
();
Page
<
Accession
>
accessions
=
genesysService
.
listAccessions
(
accessionIds
,
new
PageRequest
(
0
,
Integer
.
MAX_VALUE
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment