We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CoreShop dev-master / Pimcore 6.8.4 / PHP 7.4
I found an strage behaviour as i added a custom notification rule:
After adding i got this issue:
A look on AbstractNotificationRulePass shows me a additional empty tag:
Maybe a possible quick fix:
foreach ($container->findTaggedServiceIds($this->tag) as $id => $attributes) { foreach ($attributes as $tag) { if (!$tag) { continue; }
The text was updated successfully, but these errors were encountered:
pretty sure autoloading is activated where you also manually specify the tag?
Sorry, something went wrong.
yes, the other custom rules in shipping and cart works well.
should be done already
No branches or pull requests
CoreShop dev-master / Pimcore 6.8.4 / PHP 7.4
I found an strage behaviour as i added a custom notification rule:
![image](https://user-images.githubusercontent.com/2986829/100071021-e03ce480-2e3a-11eb-8f2c-376fa487620f.png)
After adding i got this issue:
![image](https://user-images.githubusercontent.com/2986829/100071242-1da17200-2e3b-11eb-9844-6b4e15fe1491.png)
A look on AbstractNotificationRulePass shows me a additional empty tag:
![image](https://user-images.githubusercontent.com/2986829/100071394-4d507a00-2e3b-11eb-9c0e-14f4f9973817.png)
Maybe a possible quick fix:
The text was updated successfully, but these errors were encountered: