Skip to content

magento2.4.3

Auto Added by WPeMatico

Custom tracking link attribute in shipment track is not getting update from the shipment creation rest api magento 2

i have created custom column tracking_link in sales_shipment_track table in magento 2 i want to update tracking link to the track details which i am pushing through create shipment of an order with the following. mydomain.net/rest/V1/order/{{orderid}}/ship { “items”: [ {… Read More »Custom tracking link attribute in shipment track is not getting update from the shipment creation rest api magento 2

magento 2.4.3 Request validation failed for action “ControllerAdminhtmlImportSave

4.3 admin custom controller redirecting to dashboard <form enctype=”multipart/form-data” method=”post” action=”<?php echo $block->getFormAction(); ?>” id=”edit_form” X-Requested-With= “XMLHttpRequest”> <input name=”form_key” type=”hidden” value=”<?php echo $block->updateCancelTime() ?>” /> <!–<input name=”form_key” type=”hidden” value=”<?php // echo $block->getFormKey() ?>” />–> <div id=”base_fieldset” class=”fieldset “> <table> <tbody>… Read More »magento 2.4.3 Request validation failed for action “ControllerAdminhtmlImportSave

magento-patches: Permission denied

Magento 2.4.3 Installed quality-patches via composer require magento/quality-patches Trying to apply a patch via ./vendor/bin/magento-patches apply MDVA-40311 Getting error: ./vendor/bin/magento-patches: line 14: /xxxxxxxx/vendor/magento/magento-cloud-patches/bin/magento-patches: Permission denied p.s. ./bin/magento works no problem