Univention Bugzilla – Attachment 10744 Details for
Bug 53384
AppCenter UMC: AppCenter breaks for apps with single quote in name (Let's Encrypt)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Temporary fix
quoting.diff (text/plain), 801 bytes, created by
Jürn Brodersen
on 2021-06-02 17:37:42 CEST
(
hide
)
Description:
Temporary fix
Filename:
MIME Type:
Creator:
Jürn Brodersen
Created:
2021-06-02 17:37:42 CEST
Size:
801 bytes
patch
obsolete
>diff --git a/management/univention-appcenter/umc/js/appcenter/AppInfo.js b/management/univention-appcenter/umc/js/appcenter/AppInfo.js >index 5f68868ad4..c2b3b438e0 100644 >--- a/management/univention-appcenter/umc/js/appcenter/AppInfo.js >+++ b/management/univention-appcenter/umc/js/appcenter/AppInfo.js >@@ -46,11 +46,11 @@ define([ > <div class="appDetailsSidebarElement"> > <div > data-dojo-type="umc/modules/appcenter/Tile" >- data-dojo-props=" >- bgc: '\${bgc}', >- logo: '\${logo}', >- name: '\${name}' >- " >+ data-dojo-props=' >+ bgc: "\${bgc}", >+ logo: "\${logo}", >+ name: "\${name}" >+ ' > ></div> > <div class="umcAppInfo__description">\${description}</div> > <div class="umcAppInfo__buttonWrapper" data-dojo-attach-point="buttonNode">
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 53384
: 10744