Commit 74f1ab31 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Controla doble carga de datos de servicios OGC

El módulo Atlas recibía datos de servicios no habilitados para ser
mostrados en él, a causa de una doble carga sin filrar iniciada en el
catálogo de servicios. Se omite esa actualización de datos, ya que se
producirá cuando los filtros estén listos.

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

			this.browserBase.unshift(HierarchicalImpl);
		},

		postCreate: function() {

			this.inherited(arguments);

			this._emitEvt('REFRESH');
		}
	});
});
+0 −1
Original line number Diff line number Diff line
@@ -154,7 +154,6 @@ define([
		_createModelInstance: function() {

			if (!this._getTarget()) {
				//console.error("Nor target specified for model at form module '%s'", this.getChannel());
				return false;
			}