Commit 196b88d6 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Aplica widget sin limitar a info de detalles

parent ec81fcba
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ define([

			return {
				width: 3,
				height: 2,
				height: 4,
				type: declare([ListImpl, _Framework, _ButtonsInRow]),
				props: {
					title: this.i18n.organisations,
@@ -100,7 +100,7 @@ define([

			return {
				width: 3,
				height: 2,
				height: 4,
				type: declare([ListImpl, _Framework, _ButtonsInRow]),
				props: {
					title: this.i18n.platforms,
@@ -128,7 +128,7 @@ define([

			return {
				width: 3,
				height: 2,
				height: 4,
				type: declare([ListImpl, _Framework]),
				props: {
					title: this.i18n.contacts,
@@ -145,7 +145,7 @@ define([

			return {
				width: 3,
				height: 2,
				height: 4,
				type: declare([ListImpl, _Framework, _ButtonsInRow]),
				props: {
					title: this.i18n.documents,
@@ -172,7 +172,7 @@ define([

			return {
				width: config.width || 3,
				height: config.height || 2,
				height: config.height || 4,
				type: declare([ListImpl, _Framework, _ButtonsInRow, _Filter]),
				props: {
					title: config.title,
@@ -210,7 +210,7 @@ define([

			return {
				width: config.width || 3,
				height: config.height || 6,
				height: config.height || 'fitContent',
				type: TemplateDisplayer,
				props: {
					title: this.i18n.info,
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ define([

			this.widgetConfigs = this._merge([{
				info: this._getInfoConfig({
					height: 4,
					template: TemplateInfo
				}),
				spatialExtensionMap: this._getSpatialExtensionMapConfig(),