haraldwitt
haraldwitt
Now I've created a pull request: https://github.com/in2code-de/powermail/pull/1054
Hi Christian, as you can read here: https://github.com/in2code-de/powermail/pull/1054#issuecomment-2374415620 my PR was splitted into two PRs. One of them, regarding the VariablesViewHelper was overtaken meanwhile. But the other one regarding the...
The update of VariablesViewHelper.php solves issue https://github.com/in2code-de/powermail/issues/1061
Hi Marcus Yes you are right. In general it would be breaking if some third party would make an instance of these events. But I'ts the sense of the events...
That's fine. For the problem with f:cObject this change would have been enough: https://github.com/in2code-de/powermail/pull/1054/commits/c826abd93cf51dac798d837096d9a70bf3e77d24 All other changes are new features
Ok, problem solved. Using `{f:cObject ...}` in mail to sender and/or receiver triggers the usage of `In2code\Powermail\ViewHelpers\Misc\VariablesViewHelper`. This ViewHelper creates a StandaloneView without setting the request properly. But this is...
Ok, here is a new pull request based on the current master: https://github.com/in2code-de/powermail/pull/1151