View | Details | Raw Unified | Return to bug 50172
Collapse All | Expand All

(-)a/management/univention-appcenter/udm/handlers/appcenter/app.py (-6 / +11 lines)
 Lines 73-79   property_descriptions = { Link Here 
73
		options=[],
73
		options=[],
74
		required=True,
74
		required=True,
75
		may_change=True,
75
		may_change=True,
76
		identifies=False
76
		identifies=False,
77
		type_class=univention.admin.types.AppcenterTranslation,
77
	),
78
	),
78
	'version': univention.admin.property(
79
	'version': univention.admin.property(
79
		short_description=_('Version'),
80
		short_description=_('Version'),
 Lines 93-99   property_descriptions = { Link Here 
93
		options=[],
94
		options=[],
94
		required=False,
95
		required=False,
95
		may_change=True,
96
		may_change=True,
96
		identifies=False
97
		identifies=False,
98
		type_class=univention.admin.types.AppcenterTranslation,
97
	),
99
	),
98
	'longDescription': univention.admin.property(
100
	'longDescription': univention.admin.property(
99
		short_description=_('Long description'),
101
		short_description=_('Long description'),
 Lines 103-109   property_descriptions = { Link Here 
103
		options=[],
105
		options=[],
104
		required=False,
106
		required=False,
105
		may_change=True,
107
		may_change=True,
106
		identifies=False
108
		identifies=False,
109
		type_class=univention.admin.types.AppcenterTranslation,
107
	),
110
	),
108
	'vendor': univention.admin.property(
111
	'vendor': univention.admin.property(
109
		short_description=_('Vendor'),
112
		short_description=_('Vendor'),
 Lines 113-119   property_descriptions = { Link Here 
113
		options=[],
116
		options=[],
114
		required=False,
117
		required=False,
115
		may_change=True,
118
		may_change=True,
116
		identifies=False
119
		identifies=False,
117
	),
120
	),
118
	'contact': univention.admin.property(
121
	'contact': univention.admin.property(
119
		short_description=_('Contact'),
122
		short_description=_('Contact'),
 Lines 143-149   property_descriptions = { Link Here 
143
		options=[],
146
		options=[],
144
		required=False,
147
		required=False,
145
		may_change=True,
148
		may_change=True,
146
		identifies=False
149
		identifies=False,
150
		type_class=univention.admin.types.AppcenterTranslation,
147
	),
151
	),
148
	'websiteVendor': univention.admin.property(
152
	'websiteVendor': univention.admin.property(
149
		short_description=_('Website Vendor'),
153
		short_description=_('Website Vendor'),
 Lines 153-159   property_descriptions = { Link Here 
153
		options=[],
157
		options=[],
154
		required=False,
158
		required=False,
155
		may_change=True,
159
		may_change=True,
156
		identifies=False
160
		identifies=False,
161
		type_class=univention.admin.types.AppcenterTranslation,
157
	),
162
	),
158
	'websiteMaintainer': univention.admin.property(
163
	'websiteMaintainer': univention.admin.property(
159
		short_description=_('Website Maintainer'),
164
		short_description=_('Website Maintainer'),

Return to bug 50172