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

Bugfix - Multiple filter_url_params #10714

Merged
merged 1 commit into from
Sep 1, 2017
Merged

Bugfix - Multiple filter_url_params #10714

merged 1 commit into from
Sep 1, 2017

Conversation

bardkalbakk
Copy link

@bardkalbakk bardkalbakk commented Aug 30, 2017

Allow multiple filter_url_params params.

Description

Passing multiple filter parameters doesnt work because of missing trailing backslash when processing parameters.

Add missing trailing backslash after each url argument.

Backporting bugfix from 2.2-dev branch. ref commit ca543eb

Manual testing scenarios

Create a uiComponent and add multiple filter_url_params to the DataSource component. The generation of URL will not be correct in prepareUpdateUrl() in Magento\Framework\View\Element\UiComponent\DataProvider\DataProvider

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

Backporting bugfix from 2.2-dev branch. ref commit ca543eb

Allow multiple filter_url_params params. Adding missing trailing backslash after url argument
@okorshenko okorshenko self-assigned this Aug 30, 2017
@okorshenko okorshenko added this to the August 2017 milestone Aug 30, 2017
@magento-team magento-team merged commit 7a88c0b into magento:2.1-develop Sep 1, 2017
magento-team pushed a commit that referenced this pull request Sep 1, 2017
[EngCom] Public Pull Requests - 2.1
 - MAGETWO-72135: Bugfix - Multiple filter_url_params #10714
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants