Skip to content

Commit 7490c9d

Browse files
committed
MAGETWO-55849: Customer can be deleted without Merchant permissions verification
1 parent 6b444bb commit 7490c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/User/view/adminhtml/requirejs-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ var config = {
1010
deleteUserAccount: 'Magento_User/js/delete-user-account'
1111
}
1212
}
13-
};
13+
};

app/code/Magento/User/view/adminhtml/templates/user/roles_grid_js.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ require([
8585
}
8686
}
8787
</script>
88-
<?php endif; ?>
88+
<?php endif; ?>

0 commit comments

Comments
 (0)