Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Fix how inputs for elements nested in collections are merged #156

Closed
wants to merge 3 commits into from

Commits on Apr 26, 2017

  1. Configuration menu
    Copy the full SHA
    7dbb166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5239951 View commit details
    Browse the repository at this point in the history
  3. Ensure input-provider elements of collections merge inputs correctly

    As reported in zendframework#78, if you compose an input filter provider fieldset as
    a target element of a collection in order to allow providing a default
    fieldset for the collection, input provider elements composed by the
    input filter provider fieldset were not being merged correctly into the
    input filter.
    
    This patch checks to see if the fieldset's input filter represents a
    collection, and, if so, will check its own composed input filter for the
    element and merge it if found.
    weierophinney committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    2a0dfe5 View commit details
    Browse the repository at this point in the history