Open Duvel opened 10 years ago
Are you going through the updateProperties
method, or just updating props directly on the instance?
I'm using the generated web form and just click save there.
Groetjes, Remco
Op 7 sep. 2014 om 01:58 heeft Matthew Eernisse notifications@github.com het volgende geschreven:
Are you going through the updateProperties method, or just updating props directly on the instance?
— Reply to this email directly or view it on GitHub.
The update
method on the generated scaffold code uses updateProperties
, so that sounds like it could be a real bug. I'll take a look.
If i add this event, it isn't triggered:
this.beforeUpdate = function() { console.log(this); var self = this; }
Kind regards,
Remco