Giter VIP home page Giter VIP logo

Comments (7)

Matzz avatar Matzz commented on August 16, 2024

What is more I get
{closure}() must be an instance of Lexik\Bundle\FormFilterBundle\Filter\ORM\Expr, instance of Doctrine\ORM\Query\Expr given
in addShared.

Is there any documentation what have been changed?

from lexikformfilterbundle.

rvanlaak avatar rvanlaak commented on August 16, 2024

Probably you defined the wrong use statement on top of your filter.

from lexikformfilterbundle.

Matzz avatar Matzz commented on August 16, 2024

Using Lexical\Bundle\FormFilter Bundle\Filter\ORM\Expr works in previous version.
Is there any documentation which public interfaces have been changed?
After composer update all my filter forms stopped working.

from lexikformfilterbundle.

rvanlaak avatar rvanlaak commented on August 16, 2024

Lexical? This should be use Lexik\Bundle\FormFilterBundle\Filter\ORM\Expr; If the interface is changed I can not help you with that.

from lexikformfilterbundle.

Matzz avatar Matzz commented on August 16, 2024

It was just a typo in comment. Problem is in 4 argument of cosure in addShared.
If I use Lexik\Bundle\FormFilterBundle\Filter\ORM\Expr:

  use Lexik\Bundle\FormFilterBundle\Filter\ORM\Expr;

    public function addShared(FilterBuilderExecuterInterface $qbe)
    {
        $closure = function(QueryBuilder $filterBuilder, $alias, $joinAlias, Expr $expr) {
            $filterBuilder->leftJoin($alias . '.xyz', 'p');
        };

        $qbe->addOnce($qbe->getAlias().'.xyz', 'p', $closure);
    }

I get:
{closure}() must be an instance of Lexik\Bundle\FormFilterBundle\Filter\ORM\Expr, instance of Doctrine\ORM\Query\Expr given

But if I change it to Doctrine\ORM\Query\Expr everything goes fine.

Problem is that super class is passed as argument instead of subclass.

from lexikformfilterbundle.

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

Hi,
@Matzz if you use dev-master the error you get is normal, we updated the master branch and we should release a v2.0.0 soon, you can use the v1.x branch or a tag if you don't want to update your code.

from lexikformfilterbundle.

Matzz avatar Matzz commented on August 16, 2024

Ok I'm sorry. I missed that the major version has changed. I thought that this has happened in minor version.

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.