We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc6972 commit d44ffd0Copy full SHA for d44ffd0
app/code/Magento/Cms/Block/Adminhtml/Block/Widget/Chooser.php
@@ -100,7 +100,7 @@ public function getRowClickCallback()
100
$js = '
101
function (grid, event) {
102
var trElement = Event.findElement(event, "tr");
103
- var blockId = trElement.down("td").innerHTML.replace(/^\s+|\s+$/g,"");
+ var blockId = trElement.down("td").next().next().innerHTML.replace(/^\s+|\s+$/g,"");
104
var blockTitle = trElement.down("td").next().innerHTML;
105
' .
106
$chooserJsObject .
0 commit comments