| Summary: | warning on authorized values confusing | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
| Component: | System Administration | Assignee: | Katrin Fischer <katrin.fischer> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | gmcharlt, martin.renvoize, tomascohen, veron |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | String patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 7988: Make note on authorized values page less confusing
Bug 7988: Make note on authorized values page less confusing [Passed QA] Bug 7988: Make note on authorized values page less confusing |
||
|
Description
Nicole C. Engard
2012-04-20 12:26:35 UTC
How about: "NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately." Created attachment 33414 [details] [review] Bug 7988: Make note on authorized values page less confusing Nicole suggested a change of the note, that this patch is implementing: NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately. To test: - Go to administration > authorised values - Check the note showing on the page - Select a category from the pull down and edit an existing entry - Check the note on this page is also correct Created attachment 33436 [details] [review] Bug 7988: Make note on authorized values page less confusing Nicole suggested a change of the note, that this patch is implementing: NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately. To test: - Go to administration > authorised values - Check the note showing on the page - Select a category from the pull down and edit an existing entry - Check the note on this page is also correct Patch behaves as expected. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 33468 [details] [review] [Passed QA] Bug 7988: Make note on authorized values page less confusing Nicole suggested a change of the note, that this patch is implementing: NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately. To test: - Go to administration > authorised values - Check the note showing on the page - Select a category from the pull down and edit an existing entry - Check the note on this page is also correct Patch behaves as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Trivial patch, passing QA. Patch pushed to master. Thanks Katrina! |