Git Product home page Git Product logo

Comments (3)

vmalyk avatar vmalyk commented on August 16, 2024

After small research issue is related with store.findRecord function and used params in https://github.com/pimcore/advanced-object-search/blob/5.x/src/Resources/public/js/searchConfig/resultPanel.js#L90-L93 -
found latest record instead equal and fetched wrong grids by name after that.

Looks like it's known case in ExtJS with findRecord and here you see example ho to fix by params - in this case it works correct:

var classRecord = classStore.findRecord("id", this.classId, 0, false, false, true);

Ofc, I can create PR for 5.x release, but it's actual for 4.x too, but I didn't see branches for these previous versions less as Pimcore 11 that marked as LTS in main Pimcore repository. Can anybody clarify why it's gone?

from advanced-object-search.

dvesh3 avatar dvesh3 commented on August 16, 2024

Hi @vmalyk ver 4.x is not maintained anymore since the release of 5.x as we might need to refactor some bug fixes when merging 4.x into 5.x. Could you please provide a PR based on 5.0?

from advanced-object-search.

dvesh3 avatar dvesh3 commented on August 16, 2024

Fixed by #226

from advanced-object-search.

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.