Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
How do I make temporary bug fixes in the ORM without messing up my git repo?
  • When I updated fuel/orm to 1.6/develop, it started causing an issue with one of my after_insert observers. I fixed the bug and submitted a pull request:


    However, I need to implement this fix on our staging server ASAP, without waiting for the pull request to be reviewed and accepted. How can I do this in my local repo AND the server without destroying the integrity of my fuel/orm submodule?
  • HarroHarro
    Accepted Answer
    You don't have to, your PR has been merged.

    Although is probably better to relocate the update_original() call, which should do this. I'll have a look at that later.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion