Callbacks for Target on Has-One Association
Reported by Dan Schultz | January 19th, 2011 @ 09:10 PM | in 0.1.0
Need to add some callbacks to the target of a has-one association:
- When the target of a has-one association is destroyed, it should update the target and persisted target to be undefined.
- When the target of a has-one association is saved, the persisted target should be the same as the target.
Comments and changes to this ticket
-
Dan Schultz January 20th, 2011 @ 12:54 AM
- State changed from open to resolved
- Milestone order changed from 11 to 0
(from [66be7637e823ba80d829e5e72d6eefbdc4013320]) adding callbacks for has-one associations [#14 state:resolved] https://github.com/danschultz/mesh/commit/66be7637e823ba80d829e5e72...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mesh is an open-source persistence framework for Adobe Flex. It is designed to make the persistence of your application's model easier. Mesh provides the mechanisms for defining the associations between your model's entities, tracking which objects need to be saved, and mapping your entities to backend services.
<p>
<strong>Wiki</strong>
The Mesh wiki is hosted on GitHub at <a href="https://github.com/danschultz/mesh/wiki">https://github.com/danschultz/mesh/wiki</a>.
</p>
<p>
<strong>Source Code</strong>
Mesh is hosted on GitHub at <a href="http://github.com/danschultz/mesh">http://github.com/danschultz/mesh</a>.
</p>
People watching this ticket
Referenced by
- 14 Callbacks for Target on Has-One Association (from [66be7637e823ba80d829e5e72d6eefbdc4013320]) adding ...