Univention Bugzilla – Attachment 10178 Details for
Bug 50172
Appcenter Translations in UDM REST API should be dictionaries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
50172.patch (text/plain), 2.13 KB, created by
Florian Best
on 2019-09-10 18:53:57 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2019-09-10 18:53:57 CEST
Size:
2.13 KB
patch
obsolete
>commit 491fff81943ec060640bbf1117a76656ce83790f >Author: Florian Best <best@univention.de> >Date: Fri Aug 30 20:26:53 2019 +0200 > > Bug #50047: use univention.admin.types definition in appcenter/app > >diff --git a/management/univention-appcenter/udm/handlers/appcenter/app.py b/management/univention-appcenter/udm/handlers/appcenter/app.py >index 4f62cbbcef..421251966f 100644 >--- a/management/univention-appcenter/udm/handlers/appcenter/app.py >+++ b/management/univention-appcenter/udm/handlers/appcenter/app.py >@@ -73,7 +73,8 @@ property_descriptions = { > options=[], > required=True, > may_change=True, >- identifies=False >+ identifies=False, >+ type_class=univention.admin.types.AppcenterTranslation, > ), > 'version': univention.admin.property( > short_description=_('Version'), >@@ -93,7 +94,8 @@ property_descriptions = { > options=[], > required=False, > may_change=True, >- identifies=False >+ identifies=False, >+ type_class=univention.admin.types.AppcenterTranslation, > ), > 'longDescription': univention.admin.property( > short_description=_('Long description'), >@@ -103,7 +105,8 @@ property_descriptions = { > options=[], > required=False, > may_change=True, >- identifies=False >+ identifies=False, >+ type_class=univention.admin.types.AppcenterTranslation, > ), > 'vendor': univention.admin.property( > short_description=_('Vendor'), >@@ -113,7 +116,7 @@ property_descriptions = { > options=[], > required=False, > may_change=True, >- identifies=False >+ identifies=False, > ), > 'contact': univention.admin.property( > short_description=_('Contact'), >@@ -143,7 +146,8 @@ property_descriptions = { > options=[], > required=False, > may_change=True, >- identifies=False >+ identifies=False, >+ type_class=univention.admin.types.AppcenterTranslation, > ), > 'websiteVendor': univention.admin.property( > short_description=_('Website Vendor'), >@@ -153,7 +157,8 @@ property_descriptions = { > options=[], > required=False, > may_change=True, >- identifies=False >+ identifies=False, >+ type_class=univention.admin.types.AppcenterTranslation, > ), > 'websiteMaintainer': univention.admin.property( > short_description=_('Website Maintainer'),
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 50172
: 10178