devatwork / Premotion-Mansion

Developement project for the Premotion Mansion Framework
MIT License
3 stars 0 forks source link

DoAfterCreate listeners should receive properties prefixed with an underscore. #163

Closed Erikvl87 closed 10 years ago

Erikvl87 commented 10 years ago

The removal of properties prefixed with an underscore should only be removed at insert. DoToUpdateStatement already removes these properties in a copy propertybag. DoToInsertStatement should do this to.

This solves the problem that properties prefixed with an underscore aren't present in the propertybag in DoAfterCreate listeners.

Erikvl87 commented 10 years ago

@devatwork Can u do a short review and merge this pull request?