Koha/koha-tmpl/intranet-tmpl/prog
Jonathan Druart 17de3a6fee
Bug 33290: Fix incorrect variable in http-client.js
Silly error from
  commit 821808ec31
  Bug 32939: Use APIClient to replace PATCH requests

+        const body = params.body
+            ? typeof str === "string"
+                ? params.body
+                : JSON.stringify(params.body)
+            : undefined;

  typeof str === "string"
must be
  typeof params.body === "string"

Test plan:
With this patch, bug 33289 is not working properly. The body contains
  "pref_var=value"
instead of
  pref_var=value
and the syspref `var` contains `value"`

Sponsored-by: BULAC - http://www.bulac.fr/
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-27 11:29:56 +02:00
..
css Bug 32683: Convert header search tabs to Bootstrap 2023-03-10 12:04:08 -03:00
en Bug 19361: (QA follow-up) Make sure "Not an authorised value" appears in the pull down 2023-03-20 09:39:55 -03:00
img
js Bug 33290: Fix incorrect variable in http-client.js 2023-03-27 11:29:56 +02:00
pdf
sound