Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced EventSubscriber by listener. #1391

Merged
merged 10 commits into from
Jul 3, 2023
Merged

Replaced EventSubscriber by listener. #1391

merged 10 commits into from
Jul 3, 2023

Conversation

laurentmuller
Copy link
Contributor

This is the change for issue #1388.

composer.json Outdated Show resolved Hide resolved
@garak
Copy link
Collaborator

garak commented Jun 19, 2023

I guess the test failure depends on some lower dependencies that need to be raised

@@ -22,7 +22,7 @@ public function recomputeChangeSet(BaseLifecycleEventArgs $event): void
{
$object = $event->getObject();

$em = $event->getEntityManager();
$em = $event->getObjectManager();
Copy link
Collaborator

Choose a reason for hiding this comment

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

This change is about a different issue, it should be in another PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right. How we can move it to the #1393 PR?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Just revert it and open a new PR

@Tofandel
Copy link
Contributor

Tofandel commented Jun 28, 2023

Can we add a test to the extension to check that the listeners are registered?

In the VichUploaderBundleTest should work

@garak garak merged commit c90da0d into dustin10:master Jul 3, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants