Skip to content

Commit

Permalink
Merge pull request #2218 from MitrahSoft/LDEV-4677
Browse files Browse the repository at this point in the history
Added a fix to redirect correctly when click the upgrade notification from the overview page for LDEV-4677
  • Loading branch information
zspitzer authored Sep 11, 2023
2 parents cc616ec + a2cc72f commit bfcd572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/cfml/context/admin/update.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
uid=extensions.id
link="";
dn="";
link="#self#?action=ext.applications&action2=detail&id=#uid#";
link="?action=ext.applications&action2=detail&id=#uid#";
</cfscript>
<cfoutput>
<a href="#link#" style="color:red;text-decoration:none;">- #extensions.name# - <b>#updateVersion#</b> ( #sct.version# ) </a><br>
Expand Down Expand Up @@ -173,7 +173,7 @@
<!--- Core --->
<cfif adminType == "server" and hasUpdate>
<div class="error">
<a href="server.cfm?action=services.update" style="color:red;text-decoration:none;">
<a href="?action=services.update" style="color:red;text-decoration:none;">
#replace( stText.services.update.update, { '{available}': available, '{current}': server.lucee.version } )#
</a>
</div>
Expand Down

0 comments on commit bfcd572

Please sign in to comment.