Univention Bugzilla – Attachment 11035 Details for
Bug 55667
Wrong Link to Release Notes in Upgrade Notification for 5.0-3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for updater.js
p-55667.patch (text/plain), 2.48 KB, created by
Nico Gulden
on 2023-02-13 11:33:07 CET
(
hide
)
Description:
Patch for updater.js
Filename:
MIME Type:
Creator:
Nico Gulden
Created:
2023-02-13 11:33:07 CET
Size:
2.48 KB
patch
obsolete
>diff --git a/base/univention-updater/umc/js/de.po b/base/univention-updater/umc/js/de.po >index f32f89f743..9d864c9c3e 100644 >--- a/base/univention-updater/umc/js/de.po >+++ b/base/univention-updater/umc/js/de.po >@@ -3,7 +3,7 @@ msgstr "" > "Project-Id-Version: univention-management-console-module-updater\n" > "Report-Msgid-Bugs-To: packages@univention.de\n" > "POT-Creation-Date: 2018-08-21 12:17+0200\n" >-"PO-Revision-Date: 2020-07-04 15:52+0200\n" >+"PO-Revision-Date: 2023-02-13 11:30+0100\n" > "Last-Translator: Dirk Wiesenthal <wiesenthal@univention.de>\n" > "Language-Team: German <packages@univention.de>\n" > "Language: de\n" >@@ -167,7 +167,7 @@ msgid "" > "\" target=\"_blank\">Univention Help</a>." > msgstr "" > "Bitte beachten Sie auch <a href=\"https://docs.software-univention.de/" >-"release-notes-%s-de.html\" target=\"_blank\">Release Notes und Changelog</a> " >+"release-notes/%s/de/index.html\" target=\"_blank\">Release Notes und Changelog</a> " > "sowie Hinweise zu dem jeweiligen Update im <a href=\"https://help.univention." > "com/\" target=\"_blank\">Univention Help</a>." > >diff --git a/base/univention-updater/umc/js/updater.js b/base/univention-updater/umc/js/updater.js >index 19563c26a0..e5c35992fb 100644 >--- a/base/univention-updater/umc/js/updater.js >+++ b/base/univention-updater/umc/js/updater.js >@@ -337,7 +337,7 @@ define([ > msg += '<li>' + _('The update should occur in a <b>maintenance window</b> as some services in the domain may not be available during the update.') + '</li>'; > msg += '<li>' + _('It is recommended to <b>test the update</b> in a separate test environment prior to the actual update.') + '</li>'; > if (args.detail) { >- msg += '<li>' + _('Consider <a href="https://docs.software-univention.de/release-notes-%s-en.html" target="_blank">release notes and changelogs</a> as well as references posted in the <a href="https://help.univention.com/" target="_blank">Univention Help</a>.', args.detail) + '</li>'; >+ msg += '<li>' + _('Consider <a href="https://docs.software-univention.de/release-notes/%s/en/index.html" target="_blank">release notes and changelogs</a> as well as references posted in the <a href="https://help.univention.com/" target="_blank">Univention Help</a>.', args.detail) + '</li>'; > } > else { > msg += '<li>' + _('Consider <a href="https://docs.software-univention.de/" target="_blank">release notes and changelogs</a> as well as references posted in the <a href="https://help.univention.com/" target="_blank">Univention Help</a>.') + '</li>';
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 55667
: 11035