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

(-)umc/js/udm/wizards/FirstPageWizard.js (-1 / +1 lines)
 Lines 351-357    Link Here 
351
351
352
					// templates
352
					// templates
353
					if (templates.length) {
353
					if (templates.length) {
354
						templates.unshift({ id: 'None', label: _('None') });
354
						templates.push({ id: 'None', label: _('None') });
355
						widgets.push({
355
						widgets.push({
356
							type: 'ComboBox',
356
							type: 'ComboBox',
357
							name: 'objectTemplate',
357
							name: 'objectTemplate',

Return to bug 38832