We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If i add this event, it isn't triggered:
this.beforeUpdate = function() { console.log(this); var self = this; }
Kind regards,
Remco
The text was updated successfully, but these errors were encountered:
Are you going through the updateProperties method, or just updating props directly on the instance?
updateProperties
Sorry, something went wrong.
I'm using the generated web form and just click save there.
Groetjes, Remco
Op 7 sep. 2014 om 01:58 heeft Matthew Eernisse [email protected] 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.
Op 7 sep. 2014 om 01:58 heeft Matthew Eernisse [email protected] het volgende geschreven:
— 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.
update
No branches or pull requests
If i add this event, it isn't triggered:
this.beforeUpdate = function() {
console.log(this);
var self = this;
}
Kind regards,
Remco
The text was updated successfully, but these errors were encountered: