Skip to content
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

request/registry: pass all arguments to matcher #348

Merged
merged 1 commit into from Sep 4, 2019

Conversation

msssk
Copy link
Contributor

@msssk msssk commented Mar 22, 2019

Currently, request providers registered with request/registry only receive the first two arguments passed to request. This PR passes all arguments to the matcher, enabling the returnDeferred parameter (and any other parameters) to be handled by registered providers.

Fixes #346

@dylans dylans added this to the 1.16.0 milestone Sep 4, 2019
@dylans dylans merged commit 5f39d82 into dojo:master Sep 4, 2019
@dylans
Copy link
Member

dylans commented Sep 4, 2019

Leaving this for 1.16.0 as it does change behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dojo/request/registry does not pass all parameters to matchers
2 participants