Commit 914a9de6 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza módulo, corrige parseo de agregaciones

parent fc97472c
Loading
Loading
Loading
Loading
Compare f7036df2 to 0b8b71ed
Original line number Diff line number Diff line
Subproject commit f7036df20126b41aac4d286fd6592d324ea84728
Subproject commit 0b8b71eddcc02c354b378e1598bf679d314ce816
+4 −0
Original line number Diff line number Diff line
@@ -315,6 +315,10 @@ define([

			this._obtainPropertyInstance(propertyName).then(lang.hitch(this, function(propName, instance) {

				if (!instance) {
					return;
				}

				this._emitEvt('WAS_VALID', {
					propertyName: propName,
					value: instance.get(this.valuePropertyName),	// TODO debe mandar el valor?? creo que no