Summary: | In notices, code of road type is used instead of descritpion | ||
---|---|---|---|
Product: | Koha | Reporter: | Sophie MEYNIEUX <sophie.meynieux> |
Component: | Notices | Assignee: | Sophie MEYNIEUX <sophie.meynieux> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, kyle |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 7372 | ||
Bug Blocks: | |||
Attachments: |
MT11760 : In notices, code of road type is used instead of description
MT11760 : In notices, code of road type is used instead of description Bug 11760 : In notices, code of road type is used instead of description Bug 11760 : In notices, code of road type is used instead of description [PASSED QA] Bug 11760 : In notices, code of road type is used instead of description |
Description
Sophie MEYNIEUX
2014-02-14 11:07:51 UTC
Created attachment 25254 [details] [review] MT11760 : In notices, code of road type is used instead of description Test plan : - Define a notice containing <<borrowers.streettype>> - Trigger an event that generate this notice Without patch <<borrowers.streettype>> is replaced by ROADTYPE authorised value code. With the patch it is resplaced by its description This patch needs bug 7372 to be applied Created attachment 25259 [details] [review] MT11760 : In notices, code of road type is used instead of description Test plan : - Define a notice containing <<borrowers.streettype>> - Trigger an event that generate this notice Without patch <<borrowers.streettype>> is replaced by ROADTYPE authorised value code. With the patch it is resplaced by its description This patch needs bug 7372 to be applied On Jonathan's advice, I change the patch to be more restrictive on <<borrowers.streettype>> substitution. Created attachment 25302 [details] [review] Bug 11760 : In notices, code of road type is used instead of description Test plan : - Define a notice containing <<borrowers.streettype>> - Trigger an event that generate this notice Without patch <<borrowers.streettype>> is replaced by ROADTYPE authorised value code. With the patch it is resplaced by its description This patch needs bug 7372 to be applied Typo in bug naming Created attachment 25735 [details] [review] Bug 11760 : In notices, code of road type is used instead of description Test plan : - Define a notice containing <<borrowers.streettype>> - Trigger an event that generate this notice Without patch <<borrowers.streettype>> is replaced by ROADTYPE authorised value code. With the patch it is resplaced by its description This patch needs bug 7372 to be applied Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 26202 [details] [review] [PASSED QA] Bug 11760 : In notices, code of road type is used instead of description Test plan : - Define a notice containing <<borrowers.streettype>> - Trigger an event that generate this notice Without patch <<borrowers.streettype>> is replaced by ROADTYPE authorised value code. With the patch it is resplaced by its description This patch needs bug 7372 to be applied Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> This works as described, passes tests and QA script. Note: it seems it's not possible currently to use B_streettype from the interface, but it might be worth adding it as a follow up for later use. Pushed to master. Thanks, Sophie! Pushed to 3.14.x, will be in 3.14.08 |