-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
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
Improve callbacks url generation #1646
Conversation
ibelar
commented
Jul 6, 2021
- move back URL method to View class;
- remove Modal $viewUrl property hack;
- simplify URL generation for callbacks;
Why did you put back global stickyGet to the callback? V2 Url as discuss above will contains the callback arguments which we want to prevent right? Seem like the test is passing no matter what....not sure why but it need to be fixed. My manual test shows that when Callback is run; V2 URL will contain the callback argument.
When using include running callback V2 URL was correct. |
I think we should handle collecting the trigger names differently, eg. collect them when building the URL, eg. traversing up the render tree/parents. The test passes, please fix and open a new draft PR. I can look at the better impl. then. |
Can you revert to the state it was prior to your changes? I will fix the test then.
Envoyé de mon iPhone
… Le 21 juill. 2021 à 19:07, Michael Voříšek ***@***.***> a écrit :
I think we should handle collecting the trigger names differently, eg. collect them when building the URL, eg. traversing up the render tree/parents.
The test passes, please fix and open a new draft PR. I can look at the better impl. then.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
here you go #1651 |