Jan Jakes
b18bb14ecc
Fix scheduled task entity having the same association twice
...
It also seems that orphanRemoval doesn't play well with our explicit detachAll logic.
[MAILPOET-6047]
2024-05-02 11:52:33 +02:00
Jan Jakes
8b01360627
Use orphan removal for scheduled task subscriber entity
...
It is a connecting entity between task and subscriber, and it makes no sense
to keep without either of them. This could prevent some partial-delete bugs.
[MAILPOET-4375]
2023-11-02 12:53:36 +01:00
Rodrigo Primo
b252043dac
Refactor Sending::getSubscribers() to use Doctrine instead of Paris
...
[MAILPOET-4368]
2023-10-25 10:31:45 +02:00
Jan Jakes
926620e8f8
Ignore strict types rule in all existing files that don't have it
...
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
Rostislav Wolny
8291b2f19c
Refactor sending task subscribers resend endpoint to doctrine
...
[MAILPOET-4006]
2022-04-04 15:33:52 +02:00
Rostislav Wolny
ed1c9e5202
Move ScheduledTaskSubscrineb constants from old model to entity
...
[MAILPOET-4006]
2022-04-04 15:33:52 +02:00
Rodrigo Primo
9c1f0556b7
Replace old model ScheduledTaskSubscriber with ScheduledTaskSubscriberEntity in SubscribersFinder
...
[MAILPOET-3925]
2022-03-28 08:13:53 +02:00
Jan Jakes
9f790efbf0
Move plugin files to a subfolder
...
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00