Skip to content

Commit

Permalink
bug #4148 Add missing isPropagationStopped to BeforeEntityDeletedEven…
Browse files Browse the repository at this point in the history
…t (notFloran)

This PR was merged into the 3.0.x-dev branch.

Discussion
----------

Add missing isPropagationStopped to BeforeEntityDeletedEvent

Fix #4147

Commits
-------

85c904e Add missing isPropagationStopped to BeforeEntityDeletedEvent
  • Loading branch information
javiereguiluz committed Jan 22, 2021
2 parents 55ea8fc + 85c904e commit 2eb9d74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Event/BeforeEntityDeletedEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/
final class BeforeEntityDeletedEvent
{
use StoppableEventTrait;

private $entityInstance;

public function __construct($entityInstance)
Expand Down

6 comments on commit 2eb9d74

@gwmahub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. This fix works fine !

@nikitospush
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Guys, when do you planning to upload ver. 3.2.3?

@J3rom3M
Copy link

@J3rom3M J3rom3M commented on 2eb9d74 Feb 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this ^^

@valueadding
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks works!

@FrancoisPerreau
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks works!

@juani0824
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bonjour, I get this error every time I want to delete a photo.
image
image
image
What should I do?

Please sign in to comment.