We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
magento version 2.2.2
$.mage.validation.prototype._onSuccess = function(response) { ... umc.js:29 Uncaught TypeError: Cannot read property 'prototype' of undefined
The text was updated successfully, but these errors were encountered:
Hello, I have fixed this issue. Please modify below file.
app/code/Umc/Base/view/adminhtml/web/js/umc.js
add 'mage/validation/validation' in define
so it will be like below
define([ 'jquery', 'mage/template', 'Magento_Ui/js/modal/confirm', 'jquery/jstree/jquery.jstree', 'mage/validation/validation' //added this line ], function($, mageTemplate, confirm) {
After that deploy static content. Hope it helps :)
Sorry, something went wrong.
No branches or pull requests
magento version 2.2.2
$.mage.validation.prototype._onSuccess = function(response) {
...
umc.js:29 Uncaught TypeError: Cannot read property 'prototype' of undefined
The text was updated successfully, but these errors were encountered: