[Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 16 00:02:46 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I have added a patch with some suggestions for rephrasing/changing the
descriptions a bit.

Currently this endpoint seems to check for full acquisitions permission:

+        "permissions": {
+          "acquisition": "1"
+        }
+      }

I think we could make this less strict, as we have a separate permission for
dealing with vendors:

  vendors_manage - Manage vendors 

This would also make it easier if you need the vendors for serials, but don't
want to give more access than necessary:

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list