Commit 5787e125 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige selección de capas desde vista detalle

Corrige el target de selección para esta vista, y aprovecha para
actualizar un nombre de método que fue olvidado hace tiempo, y había
quedado muerto.
parent 7e160cec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ define([

		constructor: function(args) {

			aspect.after(this, "_dataInTitle", this._groupSelected);
			aspect.after(this, "_addDataInTitle", this._groupSelected);
			aspect.after(this, "_createTitle", this._createTitleSelection);
		},

+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ define([
			this.atlasTarget = redmicConfig.services.atlasLayer;
			this.activityTarget = redmicConfig.services.activity;
			this.target = [this.atlasTarget, this.activityTarget];
			this.selectionTarget = redmicConfig.services.atlasLayerSelection;

			this.activityLocalTarget = "activitiesLayer";
			this.infoLayerTarget = 'infoLayerTarget';