Skip to content

Commit 6065b1c

Browse files
Merge pull request #1447 from magento-engcom/2.1-develop-prs
[EngCom] Public Pull Requests - 2.1 - MAGETWO-72135: Bugfix - Multiple filter_url_params #10714
2 parents d8b56d2 + 8bcea89 commit 6065b1c

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/View/Element/UiComponent/DataProvider

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Element/UiComponent/DataProvider/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ protected function prepareUpdateUrl()
123123
}
124124
if ($paramValue) {
125125
$this->data['config']['update_url'] = sprintf(
126-
'%s%s/%s',
126+
'%s%s/%s/',
127127
$this->data['config']['update_url'],
128128
$paramName,
129129
$paramValue

0 commit comments

Comments
 (0)