Commit 70a0b9c0 authored by Noel Alonso's avatar Noel Alonso
Browse files

Mantiene fecha de inserción al modificar instancia

parent 3b9b5b93
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -99,6 +99,8 @@ public class LayerAggregate extends Aggregate {

		LayerEvent evt;

		cmd.getLayer().setInserted(this.getLayer().getInserted());

		if (cmd.getLayer().getThemeInspire() != null) {
			evt = new EnrichUpdateLayerEvent(cmd.getLayer());
		} else {