Univention Bugzilla – Attachment 10966 Details for
Bug 55020
StoreAppAction 'NoneType' object has no attribute 'split_app_string'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch fix StoreAppAction
file_55020.txt (text/plain), 921 bytes, created by
Iván.Delgado
on 2022-07-22 11:10:23 CEST
(
hide
)
Description:
Patch fix StoreAppAction
Filename:
MIME Type:
Creator:
Iván.Delgado
Created:
2022-07-22 11:10:23 CEST
Size:
921 bytes
patch
obsolete
>diff --git a/management/univention-appcenter/python/appcenter/actions/__init__.py b/management/univention-appcenter/python/appcenter/actions/__init__.py >index f3c9974b44..34d50ebd50 100644 >--- a/management/univention-appcenter/python/appcenter/actions/__init__.py >+++ b/management/univention-appcenter/python/appcenter/actions/__init__.py >@@ -77,7 +77,7 @@ class StoreAppAction(Action): > if self.cache_class: > app = self.cache_class.find_by_string(val) > else: >- app = self.cache_class.split_app_string(val) >+ app = Apps.split_app_string(val) > if app is None: > parser.error('Unable to find app %s. Maybe "%s update" to get the latest list of applications?' % (val, sys.argv[0])) > apps.append(app)
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 55020
: 10966