Jump to content

actionAdminOrdersListingFieldsModifier Hook is broken in 1.7.7


Recommended Posts

I was informed that a custom module that i created stopped working in 1.7.7, started to check and the problem seems to be that the hook is simply not been called after the redesign of the Orders View.

There is nothing in this version release doc that points to it: https://devdocs.prestashop.com/1.7/modules/core-updates/1.7.7/

There are also people in stackoverflow (https://stackoverflow.com/questions/65297235/adding-a-new-column-in-the-list-of-orders-prestashop-1-7-7-0) and this forum that has the same issue.

Is this a bug or a undocumented change or side effect?

  • Like 1
Link to comment
Share on other sites

  • 1 month later...
On 3/4/2021 at 5:11 AM, clcastro said:

I was informed that a custom module that i created stopped working in 1.7.7, started to check and the problem seems to be that the hook is simply not been called after the redesign of the Orders View.

There is nothing in this version release doc that points to it: https://devdocs.prestashop.com/1.7/modules/core-updates/1.7.7/

There are also people in stackoverflow (https://stackoverflow.com/questions/65297235/adding-a-new-column-in-the-list-of-orders-prestashop-1-7-7-0) and this forum that has the same issue.

Is this a bug or a undocumented change or side effect?

You need to use these hooks instead;

actionOrderGridQueryBuilderModifier

actionOrderGridDefinitionModifier

actionOrderGridDataModifier

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...