josebc β made their first commit to this issueβs fork.
josebc β made their first commit to this issueβs fork.
Hello @weseze
Regarding the redirect issue, I'm doing some work here https://git.drupalcode.org/issue/drimage_improved-3456741/-/compare/1.0.... but since there was a lot of functionality in the controller I ended up moving it to a new service.
Please have a look and let me know what you think if you can.
josebc β created an issue.
Qusai Taha is there any particular reason for the redirect instead of throwing a NotFoundHttpException?
Please re-roll against latest dev
josebc β made their first commit to this issueβs fork.
Since this issue already exists I will add the changes here, initial PR for an alternative method of loading images similar to what core uses for image styles.
This solution changes the URLs to the physical path of the generated file and falls back to the router using a kernel event listener.
josebc β made their first commit to this issueβs fork.
josebc β created an issue.
That is a good point, but there will always be a need to reacting to content being sent to trash. Maybe we can implement a new hook/event listener (if it doesn't exist already) that is triggered when an entity is sent to trash, that way developers can choose what to do.
josebc β created an issue.
Rajab Natshah β credited josebc β .
amateescu β credited josebc β .
josebc β created an issue.
Patch attached
josebc β created an issue.
reroll
josebc β created an issue.
Initial fix, might not cover all cases
josebc β created an issue.
Hello
we are interested in this request and willing to put in the effort needed for the patch, the problem is that I was not able to find a method for tokenization and from the docs https://developer.paypal.com/docs/subscriptions/integrate/ it appears that the recurring payments are handled from PayPal's side and not by an external request as is the case with other integrations of payment gateways using commerce recurring module.
Any pointers are appreciated.