From c7570b9167c352f1a9e84f565bacb40a30de6129 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 25 Feb 2020 09:15:52 +0100 Subject: [PATCH] fix patch --- composer.json | 2 +- patches/article_attribute_ajax.patch | 23 +++++++++++++++-------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 1f32303..1f8fbb9 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "patches": { "oxid-esales/oxideshop-ce": { - "add multi assignment to article attribute ajax template - 2020-02-24": "vendor/d3/attributemultivalues/patches/article_attribute_ajax.patch" + "add multi assignment to article attribute ajax template - 2020-02-25": "vendor/d3/attributemultivalues/patches/article_attribute_ajax.patch" } } }, diff --git a/patches/article_attribute_ajax.patch b/patches/article_attribute_ajax.patch index 5efc16b..5d407e4 100644 --- a/patches/article_attribute_ajax.patch +++ b/patches/article_attribute_ajax.patch @@ -1,7 +1,14 @@ -diff --git "a/source/application/views/admin/tpl/popups/article_attribute.tpl" "b/source/application/views/admin/tpl/popups/article_attribute.tpl" -index 8c7f89f59..8debd4f08 100644 ---- "a/source/application/views/admin/tpl/popups/article_attribute.tpl" -+++ "b/source/application/views/admin/tpl/popups/article_attribute.tpl" +From: Daniel Seifert +Date: Tue, 25 Feb 2020 09:11:32 +0100 + +--- + .../Application/views/admin/tpl/popups/article_attribute.tpl | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/source/Application/views/admin/tpl/popups/article_attribute.tpl b/source/Application/views/admin/tpl/popups/article_attribute.tpl +index 30633272d..4563c3649 100644 +--- a/source/Application/views/admin/tpl/popups/article_attribute.tpl ++++ b/source/Application/views/admin/tpl/popups/article_attribute.tpl @@ -49,6 +49,7 @@ $('_attrname').innerHTML = oParam._oData._0; $('attr_value').value = oParam._oData._2; @@ -14,16 +21,16 @@ index 8c7f89f59..8debd4f08 100644 failure: YAHOO.oxid.container2.onFailure, scope: YAHOO.oxid.container2 }; -- YAHOO.util.Connect.asyncRequest( 'GET', '[{ $oViewConf->getAjaxLink() }]&cmpid=container2&container=article_attribute&fnc=saveAttributeValue&oxid=[{ $oxid }]&attr_value=' + encodeURIComponent( $('attr_value').value ) + '&attr_oxid=' + encodeURIComponent( $('attr_oxid').value ), callback ); -+ YAHOO.util.Connect.asyncRequest( 'GET', '[{ $oViewConf->getAjaxLink() }]&cmpid=container2&container=article_attribute&fnc=saveAttributeValue&oxid=[{ $oxid }]&attr_value=' + encodeURIComponent( $('attr_value').value ) + '&attr_oxid=' + encodeURIComponent( $('attr_oxid').value ) + '&o2attr_oxid=' + encodeURIComponent( $('o2attr_oxid').value ), callback ); [{*** d3 completed***}] +- YAHOO.util.Connect.asyncRequest( 'GET', '[{$oViewConf->getAjaxLink()}]&cmpid=container2&container=article_attribute&fnc=saveAttributeValue&oxid=[{$oxid}]&attr_value=' + encodeURIComponent( $('attr_value').value ) + '&attr_oxid=' + encodeURIComponent( $('attr_oxid').value ), callback ); ++ YAHOO.util.Connect.asyncRequest( 'GET', '[{$oViewConf->getAjaxLink()}]&cmpid=container2&container=article_attribute&fnc=saveAttributeValue&oxid=[{$oxid}]&attr_value=' + encodeURIComponent( $('attr_value').value ) + '&attr_oxid=' + encodeURIComponent( $('attr_oxid').value ) + '&o2attr_oxid=' + encodeURIComponent( $('o2attr_oxid').value ), callback ); [{*** d3 completed***}] } // subscribint event listeners on buttons @@ -101,6 +102,7 @@

- [{ $attr_name }]:

+ [{$attr_name}]:

+ [{*** d3 completed ***}]

- +