Code Monkey home page Code Monkey logo

Comments (7)

L0rD59 avatar L0rD59 commented on August 22, 2024

You wanna filter an (abstract) inheritance entity with his type (discriminatorMap) ?

if yes, so you do set the data_class at null, and in your ContractFilterType :

->add('hierarchy_level',  'filter_choice', array(
                    'choices'   => $choices,
                    'multiple'  => false,
                    'expanded'  => true,
                    'apply_filter' => function(QueryInterface $filterQuery, $field, $values)
                    {  
                        $filterQuery->getQueryBuilder()->add('from', 'Vendor\Bundle\FeatureBundle\Entity\'.$values['value'].' '.$values['alias']);

                    return $filterQuery;
                    }))

something like that

some i help you

from lexikformfilterbundle.

mbiagetti avatar mbiagetti commented on August 22, 2024

is not my case, the example is only for add extra form field based on input data.

from lexikformfilterbundle.

L0rD59 avatar L0rD59 commented on August 22, 2024

i don't know why 'apply_filter' can't help you...

from lexikformfilterbundle.

L0rD59 avatar L0rD59 commented on August 22, 2024

you wanna add filter field, in term of hierarchy_level selected ?

from lexikformfilterbundle.

rvanlaak avatar rvanlaak commented on August 22, 2024

What is the usecase for adding extra form fields based on the submitted data? Why should you even want to do that, this indeed is something that could be handled by the apply_filter option.

from lexikformfilterbundle.

mbiagetti avatar mbiagetti commented on August 22, 2024

I need to add extra form field based on submitted input user data, I have also make a query condition with this user data (not described in my example), so I suppose di add an eventsubriber with class_data for access to the user input.

from lexikformfilterbundle.

cedric-g avatar cedric-g commented on August 22, 2024

Hi, in the pre_set_data data are not set yet so it's normal you always get null when you call $data->getHierarchyLevel(). Maybe you can just try to do the same thing by listening FormEvents::POST_SET_DATA, here data are set but the values from the request are not binded yet.

from lexikformfilterbundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.