Commit 0b5c53a3 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige carga de Atlas en detalle de actividad

Acota la respuesta de capas relativas a actividad, para que no pise los
datos de Atlas en su catálogo de capas.
parent c265f1c9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -47,7 +47,8 @@ define([
					terms: {
						activities: [this.pathVariableId]
					}
				}
				},
				requesterId: this.getChannel()
			});
		},

+4 −5
Original line number Diff line number Diff line
@@ -549,11 +549,10 @@ define([

			this._disableButtons();

			this._once(this.themesBrowser.getChannel("HIDDEN"),
				lang.hitch(this, function() {
			this._once(this.themesBrowser.getChannel("HIDDEN"), lang.hitch(this, function() {

				this._showBrowser(this.catalogView, this._atlasContainer,
					this.showBrowserAnimationClass, this.hideBrowserAnimationClass);
				this._showBrowser(this.catalogView, this._atlasContainer, this.showBrowserAnimationClass,
					this.hideBrowserAnimationClass);
			}));

			this._publish(this.themesBrowser.getChannel("HIDE"));