Call custom Admin Controller in magento 2 product edit giving an error, How to call admin controller in Ajax?
I have created a button in product admin image popup by overriding the gallery.phtml. Created the custom js mixin to the product-gallery.js requirejs-config.js (path – Ayakil/ProcessImage/view/adminhtml/requirejs-config.js) file contains like below. var config = { config: { mixins: { ‘Magento_Catalog/js/product-gallery’: {… Read More »Call custom Admin Controller in magento 2 product edit giving an error, How to call admin controller in Ajax?