PAC

Results 21 comments of PAC

Hi @steveWinter, glad I'm not the only one seeing this issue ^^ I have doubts about `in_array($cleanedDomain, $domains, true)` because if I understand the code correctly, `$domains` does not contain...

You may well be right that I'm facing an issue in a particular context making it more difficult to solve ^^' This said, considering the code being modified: ```php foreach...

Upgrading from v3 to v4 broke this as well, on our project. It seems like the following commit introduced the breaking change: https://github.com/willdurand/BazingaJsTranslationBundle/commit/43a51cf1fa2adc4c7bb985af8c9ebc414eea04a0 (Especially changes in file `Dumper/TranslationDumper.php`) Because it's...

> I fixed this by adding another empty `messages.yaml` file without the `+intl-icu` suffix. Maybe this works for you as well. It does work but in my case I had...

Seems to me like #5004 is about allowing access to the delete batch action as a whole, not applying permission to each item being deleted by the batch action. I...

@dwd-akira Sounds like exactly what I need, but it seems like it's not possible to alter a `BatchActionDto` object, so instead I created an updated one. For info, here is...

Overriding `batchDelete` the way I did does load entities twice which is not ideal, though. Besides, I see that EZA already tests some kind of permissions for each entity in...

> And I don't believe that many nodes are repeatedly going below 90% online score and back. I don't think that's even a case to consider. Suspension happens when your...

@Syndesi : Made a very similar PullRequest that includes a bit more safeguarding. Can't be sure all of them are necessary... See https://github.com/tsayen/dom-to-image/pull/246

@gutard : Should we close this ticket?