SanomaCZ / ella-hope

Brand new admin for Ella 3+
Other
3 stars 0 forks source link

publishable model in controller is leaking #46

Closed yedpodtrzitko closed 11 years ago

yedpodtrzitko commented 11 years ago

steps to reproduce:

            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

expected behaviour

>>> this article id set to 2