Commit 2b1b49af authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Recupera visualización de restaurar selección

parent 49415532
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -142,11 +142,6 @@ define([
			this._emitEvt('UPDATE_DATA', response);
		},

		_getNodeToShow: function() {

			return this.containerNode;
		},

		_pubRemove: function(channel, id) {

			this._publish(channel, {
+3 −2
Original line number Diff line number Diff line
@@ -205,7 +205,8 @@ define([
		_createMenu: function() {

			this.loadSelectionNode = new ContentPane({
				region: "center"
				region: "center",
				'class': 'flexContainer'
			});

			this.loadSelectionDialog = new DialogSimple({
@@ -218,7 +219,7 @@ define([
				onHide: lang.hitch(this, this._hideLoadSelection)
			});

			this.loadSelectionDialog.own(this.domNode);
			//this.loadSelectionDialog.own(this.domNode);
		},

		_subLoadSelectionListEventItem: function(response) {