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 eb832a2 commit 59c37faCopy full SHA for 59c37fa
app/code/Magento/User/view/adminhtml/templates/user/roles_grid_js.phtml
@@ -14,7 +14,6 @@ require([
14
], function(){
15
16
<?php $myBlock = $block->getLayout()->getBlock('user.roles.grid'); ?>
17
-<?php $editBlock = $block->getLayout()->getBlock('adminhtml.user.edit'); ?>
18
<?php if (is_object($myBlock) && $myBlock->getJsObjectName()): ?>
19
var radioBoxes = $H({});
20
var warning = false;
@@ -73,6 +72,7 @@ require([
73
72
});
74
</script>
75
+<?php $editBlock = $block->getLayout()->getBlock('adminhtml.user.edit'); ?>
76
<?php if (is_object($editBlock)): ?>
77
<script type="text/x-magento-init">
78
{
0 commit comments