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

Lucas Gass (lukeg) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|Passed QA                   |Failed QA

--- Comment #20 from Lucas Gass (lukeg) <[email protected]> ---
This breaks the yarn build process:

bundling api/v1/swagger/swagger.yaml...
[1] api/v1/swagger/paths/patrons_holds.yaml:80:9 

Failed to parse: duplicated mapping key in
"/kohadevbox/koha/api/v1/swagger/paths/patrons_holds.yaml" (80:9)

78 | permissions:
79 |   borrowers: edit_borrowers
80 |   borrowers: view_holds_history
81 |

Error was generated by the bundler rule.


[2] api/v1/swagger/swagger.yaml:511:5 at #/paths/~1patrons~1{patron_id}~1holds

Can't resolve $ref: duplicated mapping key in
"/kohadevbox/koha/api/v1/swagger/paths/patrons_holds.yaml" (80:9)

509 |   $ref:
"./paths/patrons_extended_attributes.yaml#/~1patrons~1{patron_id}~1extended_attributes~1{extended_attribute_id}"
510 | "/patrons/{patron_id}/holds":
511 |   $ref: "./paths/patrons_holds.yaml#/~1patrons~1{patron_id}~1holds"
512 | "/patrons/{patron_id}/hold_groups":
513 |   $ref:
"./paths/patrons_hold_groups.yaml#/~1patrons~1{patron_id}~1hold_groups"

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to