Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 0ff10d0

Browse files
committed
1.3: remove link in approval email by request
Signed-off-by: Neal Ensor <[email protected]>
1 parent 9e21af9 commit 0ff10d0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/java/gov/osti/services/Metadata.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,12 +1724,7 @@ private static void sendApprovalNotification(DOECodeMetadata md) {
17241724

17251725
// OMIT the following for BUSINESS TYPE software
17261726
if (!DOECodeMetadata.Type.B.equals(md.getSoftwareType())) {
1727-
msg.append("<P>You may need to ")
1728-
.append("<a href=\"")
1729-
.append(SITE_URL)
1730-
.append("/announce?code_id=")
1731-
.append(md.getCodeId())
1732-
.append("\">continue editing your project</a> to announce it to the Department of Energy ")
1727+
msg.append("<P>You may need to continue editing your project to announce it to the Department of Energy ")
17331728
.append("to ensure announcement and dissemination in accordance with DOE statutory responsibilities. For more information please see ")
17341729
.append("<a href=\"")
17351730
.append(SITE_URL)

0 commit comments

Comments
 (0)