Merge branch 'dev' of http://git.verdnatura.es/salix into dev

This commit is contained in:
Carlos Jimenez 2018-01-23 15:59:27 +01:00
commit d5661cfb13
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ export default class Watcher extends Component {
}
dataChanged() {
if (this.form && !this.form.$dirty) return false;
// if (this.form && !this.form.$dirty) return false; // TODO: autocomplete no hace dirty de form
let newData = this.copyInNewObject(this.data);
return !isEqual(newData, this.orgData);
}