[Koha-bugs] [Bug 20936] Holds History for patrons in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 25 18:05:32 CET 2020


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

--- Comment #40 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 101726
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101726
Bug 20936: Add patron's hold history menu in OPAC

Review of attachment 101726:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20936&attachment=101726)
-----------------------------------------------------------------

::: api/v1/swagger/paths/public_patrons.json
@@ +301,5 @@
> +                  {
> +                    "name": "timestamp",
> +                    "in": "query",
> +                    "description": "Time of latest update",
> +                    "type": "string"

This feels wrong.. surely this needs a `format: date-time` entry

@@ +313,5 @@
> +                  {
> +                    "name": "waiting_date",
> +                    "in": "query",
> +                    "description": "Date the item was marked as waiting for the patron",
> +                    "type": "string"

This feels wrong.. surely this needs a `format: date-time` entry

@@ +319,5 @@
> +                  {
> +                    "name": "expiration_date",
> +                    "in": "query",
> +                    "description": "Date the hold expires",
> +                    "type": "string"

This feels wrong.. surely this needs a `format: date-time` entry

@@ +337,5 @@
> +                  {
> +                    "name": "suspended_until",
> +                    "in": "query",
> +                    "description": "Suspended until",
> +                    "type": "string"

This feels wrong.. surely this needs a `format: date-time` entry

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


More information about the Koha-bugs mailing list