Giter VIP home page Giter VIP logo

Comments (4)

birkof avatar birkof commented on June 7, 2024 2

Same issue here too, with custom actions...
Fixed by replacing

return $this->redirect($context->getReferrer());

with

return $this->redirect($context->getRequest()->headers->get('referer'));

from easyadminbundle.

wehostadm avatar wehostadm commented on June 7, 2024 2

Same issue and unfortunately need to downgrade to the 4.8.10 version due to the BC break with the function getReferrer() that does not exist anymore and that is a lot of used in my project.

Can you reintroduce this function please with a depreciate notice ?

Thanks

from easyadminbundle.

MikaBeDev avatar MikaBeDev commented on June 7, 2024

Yes, this was very stupid idea to introduce this breaking change.

On my project we have a lot of custom actions for Crud::PAGE_EDIT, that should return to that PAGE_EDIT, but it doesn't work anymore and Action::new(...) object doens't have option to includeReferer()

from easyadminbundle.

fdiedler avatar fdiedler commented on June 7, 2024

Same problem for me, it is shame to have introduce a BC break, I think hundreds of projects are impacted by that.
I don't understand why @javiereguiluz does not want to reintroduce this with a depreciate notice as all open source bundles do...

Need to lock to the version 4.8.9 and was searching for another bundle unless this bug is fixed. I cannot lost same days to change all my code in the whole project that is really big :( Prefer to have a new fresh start with a new bundle if needed

It is a shame because this bundle is really good but this feature is not a feature : it is a BC break with no warning to end users

from easyadminbundle.

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.