-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
BugSomething isn't workingSomething isn't workingEnhancementNew feature or requestNew feature or request
Description
As reported on the mailing list, create() casts $data to an object if it is an array. This is useful to ensure that any changes a listener makes to $data will be reflected in the event for later listeners. However, it breaks one critical situation: when a user posts multiple entities at once (which will be an array of either arrays or objects).
The logic for this needs to be updated to accommodate both use cases. One possibility is to cast to an ArrayObject, but I'm unsure if that will address the "changes made in one listener will affect later listeners" use case (in the event that an item in the ArrayObject is an array, and that item is changed).
Originally posted by @weierophinney at zfcampus/zf-rest#51
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingEnhancementNew feature or requestNew feature or request