Univention Bugzilla – Attachment 7576 Details for
Bug 40992
Show details functionality for packages is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
40992.patch (text/plain), 761 bytes, created by
Florian Best
on 2016-04-05 06:50:41 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-04-05 06:50:41 CEST
Size:
761 bytes
patch
obsolete
>diff --git a/management/univention-appcenter/umc/js/appcenter/PackagesPage.js b/management/univention-appcenter/umc/js/appcenter/PackagesPage.js >index 2cfb652..0afcad2 100644 >--- a/management/univention-appcenter/umc/js/appcenter/PackagesPage.js >+++ b/management/univention-appcenter/umc/js/appcenter/PackagesPage.js >@@ -201,7 +201,7 @@ define([ > var data_style = 'vertical-align:top;padding-bottom:.25em;'; > > var txt = "<p style='" + entities.encode(head_style) + "'>" + >- _("Details for package '%(package)s'", entities.encode(data.result)) + >+ _("Details for package '%(package)s'", {package: entities.encode(data.result.package)}) + > "</p>"; > txt += '<table>\n'; > var width = 550; // mimic the default of dialog.confirm
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 40992
:
7575
| 7576