My controller Save in
app/code/local/Management/Task/controllers/Adminhtml/TaskController.php
action name:save
in phtml code:
url: '<?php echo Mage::helper("adminhtml")->getUrl('management/adminhtml/orderattachments/save')?>'
this my magento url: 127.0.0.1/magento19/index.php/admin/sales_order/view/order_id/1/key/7e4f7e7863c2844b08e421c6e866a718/
in network XHR 404 error accours. what is wrong in url?
1 Answer 1
Change url
<?php echo Mage::helper("adminhtml")->getUrl('adminhtml/sales_order/view/orderattachments/save')?>
-
-
Please accept your answer and it will complete the threadbrentwpeterson– brentwpeterson2015年01月01日 20:58:20 +00:00Commented Jan 1, 2015 at 20:58
default