Attachment #92407
Bug 14697: Update database patch 2019-08-21 18:45:45 UTC 7.38 KB no flags Details
Attachment #92408
Bug 14697: Add new schema file patch 2019-08-21 18:45:55 UTC 5.94 KB no flags Details
Attachment #92409
Bug 14697: Extend and enhance "Claims returned" lost status patch 2019-08-21 18:46:00 UTC 72.63 KB no flags Details
Attachment #92410
Bug 14697: [DO NOT PUSH] Update Schema Files patch 2019-08-21 18:46:04 UTC 4.72 KB no flags Details
Attachment #92962
Bug 14697: Update database patch 2019-09-19 11:21:33 UTC 7.41 KB no flags Details
Attachment #92963
Bug 14697: Add new schema file patch 2019-09-19 11:21:47 UTC 5.94 KB no flags Details
Attachment #92964
Bug 14697: Extend and enhance "Claims returned" lost status patch 2019-09-19 11:21:51 UTC 72.64 KB no flags Details
Attachment #92965
Bug 14697: [DO NOT PUSH] Update Schema Files patch 2019-09-19 11:21:55 UTC 2.46 KB no flags Details
Attachment #93005
Bug 14697: Update database patch 2019-09-20 15:49:04 UTC 7.37 KB no flags Details
Attachment #93006
Bug 14697: Add new schema file patch 2019-09-20 15:49:22 UTC 5.94 KB no flags Details
Attachment #93007
Bug 14697: Extend and enhance "Claims returned" lost status patch 2019-09-20 15:49:30 UTC 72.64 KB no flags Details
Attachment #93008
Bug 14697: [DO NOT PUSH] Update Schema Files patch 2019-09-20 15:49:38 UTC 2.46 KB no flags Details
Attachment #93012
Bug 14697: Update database patch 2019-09-20 17:13:55 UTC 7.43 KB no flags Details
Attachment #93013
Bug 14697: Add new schema file patch 2019-09-20 17:14:22 UTC 5.94 KB no flags Details
Attachment #93014
Bug 14697: Extend and enhance "Claims returned" lost status patch 2019-09-20 17:14:31 UTC 72.64 KB no flags Details
Attachment #93015
Bug 14697: [DO NOT PUSH] Update Schema Files patch 2019-09-20 17:14:37 UTC 6.01 KB no flags Details
Attachment #93017
Bug 14697: Show an item has unresolved claims on checkin patch 2019-09-20 18:18:36 UTC 4.25 KB no flags Details
Attachment #93038
Bug 14697: Update database patch 2019-09-20 19:26:05 UTC 7.50 KB no flags Details
Attachment #93039
Bug 14697: Add new schema file patch 2019-09-20 19:26:24 UTC 6.00 KB no flags Details
Attachment #93040
Bug 14697: Extend and enhance "Claims returned" lost status patch 2019-09-20 19:26:32 UTC 72.83 KB no flags Details
Attachment #93041
Bug 14697: [DO NOT PUSH] Update Schema Files patch 2019-09-20 19:26:40 UTC 6.08 KB no flags Details
Attachment #93042
Bug 14697: Show an item has unresolved claims on checkin patch 2019-09-20 19:26:46 UTC 4.32 KB no flags Details
Attachment #93061
Bug 14697: Update database patch 2019-09-20 21:12:21 UTC 7.55 KB no flags Details
Attachment #93062
Bug 14697: Add new schema file patch 2019-09-20 21:13:05 UTC 6.06 KB no flags Details
Attachment #93063
Bug 14697: Extend and enhance "Claims returned" lost status patch 2019-09-20 21:13:16 UTC 72.76 KB no flags Details
Attachment #93064
Bug 14697: [DO NOT PUSH] Update Schema Files patch 2019-09-20 21:13:23 UTC 6.13 KB no flags Details
Attachment #93065
Bug 14697: Show an item has unresolved claims on checkin patch 2019-09-20 21:13:30 UTC 4.36 KB no flags Details
Attachment #93952
Bug 14697: Update database patch 2019-10-10 14:34:18 UTC 7.61 KB no flags Details
Attachment #93953
Bug 14697: Add new schema file patch 2019-10-10 14:34:41 UTC 6.06 KB no flags Details
Attachment #93954
Bug 14697: Extend and enhance "Claims returned" lost status patch 2019-10-10 14:34:46 UTC 72.76 KB no flags Details
Attachment #93955
Bug 14697: Show an item has unresolved claims on checkin patch 2019-10-10 14:34:51 UTC 3.93 KB no flags Details
Attachment #93956
Bug 14697: Move /return_claims/claim to /return_claims patch 2019-10-10 14:34:56 UTC 5.33 KB no flags Details
Attachment #93957
Bug 14697: [DO NOT PUSH] Update Schema Files patch 2019-10-10 14:35:02 UTC 4.75 KB no flags Details
Attachment #93959
Bug 14697: Don't unbless claims before rendering, it's done automatically patch 2019-10-10 14:44:55 UTC 2.11 KB no flags Details
Attachment #94842
Bug 14697: Update database patch 2019-10-29 19:20:17 UTC 7.26 KB no flags Details
Attachment #94843
Bug 14697: Add new schema file patch 2019-10-29 19:20:29 UTC 5.52 KB no flags Details
Attachment #94844
Bug 14697: Introduce Koha::Checkouts::ReturnClaim(s) patch 2019-10-29 19:20:34 UTC 11.12 KB no flags Details
Attachment #94845
Bug 14697: Add return claim handling to AddReturn patch 2019-10-29 19:20:38 UTC 3.03 KB no flags Details
Attachment #94846
Bug 14697: Add Koha::Checkout->claim_returned patch 2019-10-29 19:20:42 UTC 6.04 KB no flags Details
Attachment #94847
Bug 14697: Add Koha::Patron->return_claims patch 2019-10-29 19:20:46 UTC 3.13 KB no flags Details
Attachment #94848
Bug 14697: Add routes to handle return claims patch 2019-10-29 19:20:51 UTC 26.59 KB no flags Details
Attachment #94849
Bug 14697: Enhance the return claims feature [FIXME] patch 2019-10-29 19:20:55 UTC 45.08 KB no flags Details
Attachment #94850
Bug 14697: Schema updates patch 2019-10-29 19:21:00 UTC 4.28 KB no flags Details
Attachment #94851
Bug 14697: (follow-up) Rely on the UNIQUE constraint and return 409 for issue_id patch 2019-10-29 19:21:04 UTC 4.79 KB no flags Details
Attachment #94852
Bug 14697: Make controller methods rely on the stashed user patch 2019-10-29 19:21:09 UTC 9.03 KB no flags Details
Attachment #94853
Bug 14697: (QA follow-up) Organize tests in subtests patch 2019-10-29 19:21:14 UTC 13.42 KB no flags Details
Attachment #94854
Bug 14697: (QA follow-up) Add missing AV category patch 2019-10-29 19:21:19 UTC 1.90 KB no flags Details
Attachment #94857
Bug 14697: (QA follow-up) Restore FK on issue_id and adjust tests patch 2019-10-29 20:44:33 UTC 5.06 KB no flags Details
Attachment #94877
Bug 14697: (follow-up) Add auth values to the sample data patch 2019-10-30 15:17:48 UTC 13.41 KB no flags Details
Attachment #94878
Bug 14697: (QA follow-up) Remove tab chars patch 2019-10-30 18:14:42 UTC 2.54 KB no flags Details