Summary: | Misspelling of Method in REST API files | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Kyle M Hall (khall) <kyle> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | andrew, caroline.cyr-la-rose, catherinem2003, david, fridolin.somers, kyle, victor |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes the misspelling of Method (Mehtod to Method) in REST API files.
|
Version(s) released in: |
21.05.00,20.11.03,20.05.09,19.11.15
|
Circulation function: | |||
Attachments: |
Bug 27179: Misspelling of Method in REST API files
Bug 27179: Misspelling of Method in REST API files Bug 27179: Misspelling of Method in REST API files |
Description
Nick Clemens (kidclamp)
2020-12-09 15:22:13 UTC
Created attachment 115282 [details] [review] Bug 27179: Misspelling of Method in REST API files Test Plan: 1. Run "git grep -i mehtod" (which should return 2 files) 2. Apply patch 3. Rerun grep command (should return no files) Created attachment 115315 [details] [review] Bug 27179: Misspelling of Method in REST API files Test Plan: 1. Run "git grep -i mehtod" (which should return 2 files) 2. Apply patch 3. Rerun grep command (should return no files) Signed-off-by: David Nind <david@davidnind.com> Created attachment 115602 [details] [review] Bug 27179: Misspelling of Method in REST API files Test Plan: 1. Run "git grep -i mehtod" (which should return 2 files) 2. Apply patch 3. Rerun grep command (should return no files) Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Pushed to master for 21.05, thanks to everybody involved! Pushed to 20.11.x for 20.11.03 Pushed to 20.05.x for 20.05.09 Backported: Pushed to 19.11.x branch for 19.11.15 |