Loading redmic-widgets @ 0b8b71ed Compare f7036df2 to 0b8b71ed Original line number Diff line number Diff line Subproject commit f7036df20126b41aac4d286fd6592d324ea84728 Subproject commit 0b8b71eddcc02c354b378e1598bf679d314ce816 public/javascript/redmic/modules/model/ModelImpl.js +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
redmic-widgets @ 0b8b71ed Compare f7036df2 to 0b8b71ed Original line number Diff line number Diff line Subproject commit f7036df20126b41aac4d286fd6592d324ea84728 Subproject commit 0b8b71eddcc02c354b378e1598bf679d314ce816
public/javascript/redmic/modules/model/ModelImpl.js +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading