Univention Bugzilla – Attachment 11290 Details for
Bug 57996
Upload a file settings during installation save the file base64 encode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
umc_appcenter.patch
file_57996.txt (text/plain), 793 bytes, created by
Iván.Delgado
on 2025-02-25 12:39:26 CET
(
hide
)
Description:
umc_appcenter.patch
Filename:
MIME Type:
Creator:
Iván.Delgado
Created:
2025-02-25 12:39:26 CET
Size:
793 bytes
patch
obsolete
>--- /usr/lib/python3/dist-packages/univention/management/console/modules/appcenter/__init__.py 2025-02-25 12:28:05.530987000 +0100 >+++ /usr/lib/python3/dist-packages/univention/management/console/modules/appcenter/__init__.py 2025-02-25 12:27:46.374987000 +0100 >@@ -324,6 +324,9 @@ > return ret > > def _run_local(self, app, action, settings, auto_installed, progress): >+ for setting in app.get_settings(): >+ if isinstance(setting, FileSetting) and not isinstance(setting, PasswordFileSetting) and settings.get(app.id, {}).get(setting.name): >+ settings[app.id][setting.name] = b64decode(settings[app.id][setting.name]).decode('utf-8') > kwargs = { > 'noninteractive': True, > 'auto_installed': auto_installed,
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 Raw
Actions:
View
Attachments on
bug 57996
: 11290