Bug 8757 - Longer size text for authorized values description
Summary: Longer size text for authorized values description
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Database (show other bugs)
Version: 3.10
Hardware: All All
: P5 - low enhancement
Assignee: Fridolin Somers
QA Contact: Mason James
URL:
Keywords:
: 9217 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-09-11 07:37 UTC by Adrien SAURAT
Modified: 2014-05-26 21:04 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
proposed patch (3.45 KB, patch)
2012-09-11 09:18 UTC, Adrien SAURAT
Details | Diff | Splinter Review
Bug 8757: longer descriptions for authorised values (3.54 KB, patch)
2012-09-12 09:57 UTC, Chris Cormack
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Adrien SAURAT 2012-09-11 07:37:11 UTC
Authorised Values have many uses, and, among others things, store in SUGGEST the potential "reasons" (then stored in the "suggestions" table) for which a suggestion can be refused.
To give better informations to borrowers, some librairies would like to see longer "lib_opac" fields (the "lib" field should follow the movement, of course).

Knowing the many uses of AV, and the fact that some languages may need more words than others ton convey a message, the length of these lib fields could be made longer (maybe 200 or 250 chars).
Comment 1 Adrien SAURAT 2012-09-11 09:18:46 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2012-09-12 09:57:53 UTC
Created attachment 12162 [details] [review]
Bug 8757: longer descriptions for authorised values

In the "suggestions" table, the "lib" and "lib_opac" sizes
has been raised from 80 chars to 200.
The GUI allowing the authorised values creation/update has
been changed accordingly.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Comment 3 Mason James 2012-09-16 12:52:32 UTC
> Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

patch looks good, passing QA…

$ koha-qa.pl 

testing 1 commit(s) (applied to commit bf79b88)
 * 292d4c7 Bug 8757: longer descriptions for authorised values
      installer/data/mysql/kohastructure.sql
      installer/data/mysql/updatedatabase.pl
      koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt

* installer/data/mysql/updatedatabase.pl                                   OK
* koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt       OK
Comment 4 Paul Poulain 2012-09-18 10:24:19 UTC
Patch pushed to master
Comment 5 Owen Leonard 2013-05-13 14:45:07 UTC
*** Bug 9217 has been marked as a duplicate of this bug. ***