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

(-)modules.orig/appcenter-selfservice/AppPage.js (-2 / +4 lines)
 Lines 58-65    Link Here 
58
	"./SVGUploader",
58
	"./SVGUploader",
59
	"./RichTextEditor",
59
	"./RichTextEditor",
60
	"./ThumbnailDndList",
60
	"./ThumbnailDndList",
61
	"ckeditor/ckeditor",
62
	"dojo-ckeditor/Editor",
61
	"umc/i18n!umc/modules/appcenter-selfservice"
63
	"umc/i18n!umc/modules/appcenter-selfservice"
62
], function(declare, lang, array, domClass, Dialog, registry, NumberTextBox, _ColorPicker, color, validate, dialog, tools, ContainerWidget, Button, Text, TextArea, TextBox, ComboBox, CheckBox, _MultiUploader, MultiInput, LabelPane, TitlePane, put, Image, ImageUploader, _TabForm, SVGUploader, RichTextEditor, ThumbnailDndList, _) {
64
], function(declare, lang, array, domClass, Dialog, registry, NumberTextBox, _ColorPicker, color, validate, dialog, tools, ContainerWidget, Button, Text, TextArea, TextBox, ComboBox, CheckBox, _MultiUploader, MultiInput, LabelPane, TitlePane, put, Image, ImageUploader, _TabForm, SVGUploader, RichTextEditor, ThumbnailDndList, ckeditor, Editor, _) {
63
65
64
	// make ColorPicker handle null values
66
	// make ColorPicker handle null values
65
	var ColorPicker = declare(_ColorPicker, {
67
	var ColorPicker = declare(_ColorPicker, {
 Lines 273-279    Link Here 
273
				size: 'Two'
275
				size: 'Two'
274
			}, {
276
			}, {
275
				name: 'long_description',
277
				name: 'long_description',
276
				type: RichTextEditor,
278
				type: Editor,
277
				label: _('Long description as shown on the App page'),
279
				label: _('Long description as shown on the App page'),
278
				description: _('A more complete description of the App. Shown before installation.'),
280
				description: _('A more complete description of the App. Shown before installation.'),

Return to bug 45502