Closed yedpodtrzitko closed 11 years ago
if (this.article.id) { console.log('this article id set to ' + this.article.id); // < this is the new line values['id'] = this.article.id; }
>>> this article id set to 1 >>> this article id set to 2
>>> this article id set to 2
steps to reproduce:
current behaviour
expected behaviour