Univention Bugzilla – Attachment 5625 Details for
Bug 33362
License is sent even when App says it won't
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
return if not NotifyVendor
bug33362.patch (text/plain), 458 bytes, created by
Dirk Wiesenthal
on 2013-11-13 16:47:57 CET
(
hide
)
Description:
return if not NotifyVendor
Filename:
MIME Type:
Creator:
Dirk Wiesenthal
Created:
2013-11-13 16:47:57 CET
Size:
458 bytes
patch
obsolete
>Index: umc/python/appcenter/app_center.py >=================================================================== >--- umc/python/appcenter/app_center.py (Revision 45999) >+++ umc/python/appcenter/app_center.py (Arbeitskopie) >@@ -1240,6 +1240,8 @@ > return status == 200 > > def _send_information(self, action, status): >+ if not self.get('notifyvendor'): >+ return > ucr.load() > server = self.get_server(with_scheme=True) > url = '%s/postinst' % (server, )
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 33362
: 5625