Univention Bugzilla – Attachment 9084 Details for
Bug 45118
Diagnostic module: The links to SDB articles are not opened in a new tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
45118.patch (text/plain), 846 bytes, created by
Florian Best
on 2017-08-01 19:22:46 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2017-08-01 19:22:46 CEST
Size:
846 bytes
patch
obsolete
>diff --git a/management/univention-management-console-module-diagnostic/umc/js/diagnostic.js b/management/univention-management-console-module-diagnostic/umc/js/diagnostic.js >index 74057d9..e0c0231 100644 >--- a/management/univention-management-console-module-diagnostic/umc/js/diagnostic.js >+++ b/management/univention-management-console-module-diagnostic/umc/js/diagnostic.js >@@ -127,7 +127,7 @@ define([ > > array.forEach(item.links, function(link) { > var a = domConstruct.create('div'); >- a.appendChild(domConstruct.create('a', {href: link.href, innerHTML: link.label || link.href})); >+ a.appendChild(domConstruct.create('a', {href: link.href, innerHTML: link.label || link.href, target: '_blank'})); > a = new Text({innerHTML: a.innerHTML}); > var repl = '{' + link.name + '}'; > if (description.indexOf(repl) !== -1) {
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 45118
: 9084