Bug 25728: Use a svc script instead of the REST API endpoint
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 13 Jun 2020 10:36:01 +0000 (12:36 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 24 Aug 2020 09:19:03 +0000 (11:19 +0200)
commit3e2966839ef1f279f2e76f3a7ad91dab33a2a3df
tree1038fb57dc1153b3538360a60394fef47200504c
parente118b4b28a45a825cfff0d84dd26cc4f7c19c52a
Bug 25728: Use a svc script instead of the REST API endpoint

The try to implement correctly the REST API endpoint for authorised
values failed.
This patch uses an easy to implement svc script for the POST route.

Signed-off-by: Hugo Agud <hagud@orex.es>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/js/cataloging.js
svc/authorised_values [new file with mode: 0755]