Developer forum

Forum » Development » Notification subscriber AfterCustomOrderChange not firing

Notification subscriber AfterCustomOrderChange not firing

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi there,

I have a notification subscriber with the following Subscribe attributes:

[Subscribe(eCommerce.Product.AfterSave)]
[Subscribe(eCommerce.ProductList.AfterCustomOrderChange)]

When I save a product my subscriber gets called correctly. However, when I reorder products in a product list in the backend and then save my changes, the subscriber does not get called.

Can someone look into this?

Thanks,

Imar


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Imar

The sorting is placed on the relation between the group and the product and is not affecting the product and therefore not triggering the AfterSave notification.

You can use the AfterCustomOrderChange notification subscriber which is broadcastet when sorting products using the UI in the product list.

BR Nicolai

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi Nicolai,

I have *both* attributes on the subscriber (see my first post). AfterCustomOrderChange isn't firing. I just added AfterSave to demonstrate the subscriber itself works fine.

Imar

 
Nicolai Høeg Pedersen
Reply

Uh, oh... Too fast. Sorry

Will have someone look into it.

Nicolai

 
Vladimir
Reply

Hi Imar,

It seems we lost this notification in new interface :(

Add a task 15724 to fix it

 

Best regards,

Vladimir

 
Christian Rud Skovgaard
Reply

Hi Imar,

This notification issue has been fixed in 8.5.1.0

 

Kind regards

Christian

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Great, thanks!

Imar

 

You must be logged in to post in the forum