You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sendUpdateIndexMessage is now invoked in PostFlush. Unfortunately, the $object = $args->getObject(); has an ID null in PostFlush in a remove context.
IMO, a good solution would be to handle only ID in method sendUpdateIndexMessage and implement new method extractId.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi stale bot :), The problem still exists on the master of enqueue-elastica-bundle.
Problem fixed in pending pull-request php-enqueue/enqueue-elastica-bundle#22
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Uh oh!
There was an error while loading. Please reload this page.
The problem is related to my last accepted PR php-enqueue/enqueue-elastica-bundle#21
The
sendUpdateIndexMessage
is now invoked inPostFlush
. Unfortunately, the$object = $args->getObject();
has an ID null inPostFlush
in a remove context.IMO, a good solution would be to handle only ID in method
sendUpdateIndexMessage
and implement new methodextractId
.I am working on new PR to fix this.
The text was updated successfully, but these errors were encountered: