Commit f11abd91 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Recupera actualización inicial de datos en Atlas

parent f4ce44b7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -51,6 +51,13 @@ define([
			this.browserBase.shift();

			this.browserBase.unshift(HierarchicalImpl);
		},

		postCreate: function() {

			this.inherited(arguments);

			this._emitEvt('REFRESH');
		}
	});
});
+0 −27
Original line number Diff line number Diff line
@@ -294,33 +294,6 @@ define([
			this._atlasContainer = put('div.atlasContainer');

			this._showBrowser(this.catalogView, this._atlasContainer, null, this.hideBrowserAnimationClass);

			/*this.atlasNode = new ContentPane({
				region: "center",
				'class': 'noScrolledContainer'
			});

			this.container = new BorderContainer({
				width: "100%"
			}).placeAt(this.atlasNode);

			this.themesBrowserNode = new ContentPane({
				region: "center",
				'class': 'noScrolledContainer marginedSizeContainer'
			});*/

			/*this.container.addChild(this.themesBrowserNode);

			this._showBrowser(this.themesBrowser, this.themesBrowserNode.domNode,
				null, this.hideBrowserAnimationClass);*/

			/*this.catalogViewNode = new ContentPane({
				region: "center",
				'class': 'noScrolledContainer marginedSizeContainer'
			});

			this._showBrowser(this.catalogView, this.catalogViewNode.domNode, null, this.hideBrowserAnimationClass);
			this.container.addChild(this.catalogViewNode);*/
		},

		_getNodeToShow: function() {