Commit 04a80a2d authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Recupera funcionalidad de facets en CatalogOGC

parent f11abd91
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -235,10 +235,7 @@ define([
					callback: this._subSerialized
				});

				// TODO: Añadir comprobación en la suscripción no en la publicación
				if (query.aggs) {
					this._publish(this.getChannel('ADDED_TO_QUERY'));
				}
				this._publish(this.getChannel('ADDED_TO_QUERY'), query);
			} else {
				if (!this._pendingAddToQuery) {
					this._pendingAddToQuery = {};