Commit 1cef9f2e authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Refactoriza WhatIsRedmic

parent c77ad7b1
Loading
Loading
Loading
Loading
+8 −10
Original line number Diff line number Diff line
@@ -8,13 +8,12 @@ define([
	, "redmic/modules/layout/TabsDisplayer"
	, "redmic/modules/layout/templateDisplayer/TemplateDisplayer"
	, "templates/WhatIsRedmicLongTermChallenge"
	, "templates/WhatIsRedmicLogicalDataModel"
	, "templates/WhatIsRedmicSystemArchitecture"
	//, "templates/WhatIsRedmicSystemArchitecture"
	, "templates/WhatIsRedmicInfoType"
	, "templates/WhatIsRedmicUserType"
	, "templates/WhatIsRedmicDataPolicy"
	, "templates/WhatIsRedmicProductsAndServices"
	, "templates/WhatIsRedmicInteroperability"
	//, "templates/WhatIsRedmicInteroperability"
], function(
	Controller
	, Layout
@@ -25,13 +24,12 @@ define([
	, TabsDisplayer
	, TemplateDisplayer
	, TemplateWhatIsRedmicLongTermChallenge
	, TemplateWhatIsRedmicLogicalDataModel
	, TemplateWhatIsRedmicSystemArchitecture
	//, TemplateWhatIsRedmicSystemArchitecture
	, TemplateWhatIsRedmicInfoType
	, TemplateWhatIsRedmicUserType
	, TemplateWhatIsRedmicDataPolicy
	, TemplateWhatIsRedmicProductsAndServices
	, TemplateWhatIsRedmicInteroperability
	//, TemplateWhatIsRedmicInteroperability
){
	return declare([Layout, Controller, _AddBasicTitle], {
		//	summary:
@@ -74,13 +72,13 @@ define([
								urlPdf: '/resources/documents/ModeloLogico.pdf',
								roleGuestActive: true
							}
						},{
						}/*,{
							type: TemplateDisplayer,
							title: this.i18n.systemArchitecture,
							props: {
								template: TemplateWhatIsRedmicSystemArchitecture
							}
						},{
						}*/,{
							type: TemplateDisplayer,
							title: this.i18n.infoType,
							props: {
@@ -104,13 +102,13 @@ define([
							props: {
								template: TemplateWhatIsRedmicProductsAndServices
							}
						},{
						}/*,{
							type: TemplateDisplayer,
							title: this.i18n.interoperability,
							props: {
								template: TemplateWhatIsRedmicInteroperability
							}
						}]
						}*/]
					}
				}
			}, this.widgetConfigs || {}]);
Compare c89e2312 to 029deb79
Original line number Diff line number Diff line
Subproject commit c89e2312df2ab040baffde21bc88e00e85720f19
Subproject commit 029deb798ff613166a39cccd5bf82e7dd27c6dea
Compare 97a3c42e to 759d1207
Original line number Diff line number Diff line
Subproject commit 97a3c42e105014d50234108eb46f5b12b464f152
Subproject commit 759d120797d114b83ed0b5c1dc50907a53d66505