Deasy-Oak Posted July 12, 2019 Share Posted July 12, 2019 (edited) Bonjour, Lorsque j'ajoute un commentaire dans une commande en BO Si je fais un saut de ligne et clic sur enregistré, il apparait ensuite "%0A%0A" Du coup ca fait le bazar Ce bug pas méchant n'existait pas en version 1.7.5.2 Voir capture ecran Avez vous le même soucis de votre coté ? Edited July 14, 2019 by Deasy-Oak (see edit history) Link to comment Share on other sites More sharing options...
Deasy-Oak Posted July 13, 2019 Author Share Posted July 13, 2019 Après recherche : Dans la version 1.7.5.2 fichier view.tpl dans themes/default/template/controllers/orders/helpers/view le code est le suivant : <form id="customer_note" class="form-horizontal" action="ajax.php" method="post" onsubmit="saveCustomerNote({$customer->id});return false;" > alors que dans la nouvelle version 1.7.6 le code est : <form id="customer_note" class="form-horizontal" action="{$link->getAdminLink('AdminCustomers', true, [], ['updateCustomerNote' => 1, 'id_customer' => $customer->id])}" method="post" onsubmit="saveCustomerNote();return false;" > Link to comment Share on other sites More sharing options...
Stéphane Posted July 13, 2019 Share Posted July 13, 2019 Salut, va faire un tour sur github il me semble que le problème a été signalé -->https://github.com/PrestaShop/PrestaShop/issues/14604 ou directement ici pour la correction--> https://reviewable.io/reviews/prestashop/prestashop/14605 1 Link to comment Share on other sites More sharing options...
Deasy-Oak Posted July 14, 2019 Author Share Posted July 14, 2019 Merci beaucoup Stéphane, problème résolu Il faut donc aller dans : js/admin.js a la ligne 1556 remplacer 'note': encodeURIComponent(noteContent) par 'note': noteContent Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now