Summary: | Convert bundle contents modal to a notice | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Circulation | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
Status: | Patch doesn't apply --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, Laura.escamilla, lisette |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 28854 | ||
Bug Blocks: | |||
Attachments: |
Bug 29566: Add API route for fetching item slip content
Bug 29566: Update modal to use slip api Bug 29566: Add sample notices Bug 29566: Add API route for fetching item slip content Bug 29566: Update modal to use slip api Bug 29566: Add sample notices Bug 29566: Add API route for fetching item slip content Bug 29566: Update modal to use slip api Bug 29566: Add sample notices |
Description
Martin Renvoize (ashimema)
2021-11-24 10:39:58 UTC
Created attachment 127983 [details] [review] Bug 29566: Add API route for fetching item slip content This patch adds an API endpoint to allow the generation and fetching of an item print slip. Created attachment 127984 [details] [review] Bug 29566: Update modal to use slip api Created attachment 127985 [details] [review] Bug 29566: Add sample notices Created attachment 135038 [details] [review] Bug 29566: Add API route for fetching item slip content This patch adds an API endpoint to allow the generation and fetching of an item print slip. Created attachment 135039 [details] [review] Bug 29566: Update modal to use slip api Created attachment 135040 [details] [review] Bug 29566: Add sample notices Created attachment 137511 [details] [review] Bug 29566: Add API route for fetching item slip content This patch adds an API endpoint to allow the generation and fetching of an item print slip. Created attachment 137512 [details] [review] Bug 29566: Update modal to use slip api Created attachment 137513 [details] [review] Bug 29566: Add sample notices Patches, but still ASSIGNED? Applying: Bug 29566: Add API route for fetching item slip content Using index info to reconstruct a base tree... M Koha/REST/V1/Items.pm M api/v1/swagger/paths/items.yaml M api/v1/swagger/swagger.yaml Falling back to patching base and 3-way merge... Auto-merging api/v1/swagger/swagger.yaml CONFLICT (content): Merge conflict in api/v1/swagger/swagger.yaml Auto-merging api/v1/swagger/paths/items.yaml CONFLICT (content): Merge conflict in api/v1/swagger/paths/items.yaml Auto-merging Koha/REST/V1/Items.pm Whilst this was a nice, asked for addition, waiting 3 years for testing.. and given the re-base isn't especially trivial I don't see this as a priority. If someone wants to commit to testing and give a time window for their interest I may schedule it in. |