Summary: | Typo: Item does not belongs to your library | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | jeff96hcs, jonathan.druart |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.11.00
|
|
Circulation function: | |||
Bug Depends on: | 8132 | ||
Bug Blocks: | |||
Attachments: |
Bug 25469: Typo: Item does not belongs to your library
Bug 25469: Typo: Item does not belongs to your library Bug 25469: Typo: Item does not belongs to your library |
Description
Katrin Fischer
2020-05-12 14:57:31 UTC
Does anyone know how to create the circumstance under which the typo is shown? Hi Owen, looking at the code I found a clue in Items.pm safe_to_delete: "not_same_branch" if the item is blocked by independent branches, I think you need to be: - not superlibrarian - IndependentBranches on - login branch != homebranch of the item Created attachment 112845 [details] [review] Bug 25469: Typo: Item does not belongs to your library This patch makes corrections to two strings in the batch delete template to correct a typo. Before: t("Item does not belongs to your library") ...after, t("Item does not belong to your library") To test, apply the patch and inspect the template to confirm that the string is correct. Created attachment 112862 [details] [review] Bug 25469: Typo: Item does not belongs to your library This patch makes corrections to two strings in the batch delete template to correct a typo. Before: t("Item does not belongs to your library") ...after, t("Item does not belong to your library") To test, apply the patch and inspect the template to confirm that the string is correct. Signed-off-by: David Nind <david@davidnind.com> Created attachment 112879 [details] [review] Bug 25469: Typo: Item does not belongs to your library This patch makes corrections to two strings in the batch delete template to correct a typo. Before: t("Item does not belongs to your library") ...after, t("Item does not belong to your library") To test, apply the patch and inspect the template to confirm that the string is correct. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 20.11, thanks to everybody involved! |