[Koha-bugs] [Bug 17314] REST API: Add API route to create, list and delete a purchase suggestion

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 17 20:45:18 CET 2017


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

Josef Moravec <josef.moravec at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #12 from Josef Moravec <josef.moravec at gmail.com> ---
On step 5 of test plan part 1 i got:

{
  "error": "Anonymous suggestions are disabled"
}

step 11: i don't think this is the error it should return:
{
  "errors": [
    {
      "path": "/body/title",
      "message": "Missing property."
    }
  ]
}

And I found one problem: when I'am adding suggestion through API, I can't see
them in the user interface, unless I add the branchcode - it should be somehow
set as mandatory I think

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


More information about the Koha-bugs mailing list