Summary: | Increase size of description fields for authorized values in templates | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Templates | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | andrew, kyle, lucas, victor |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
Extends the length of the description and OPAC description fields on authorised_values.tt making it easier to see and edit text that has longer descriptions.
|
Version(s) released in: |
22.05.00,21.11.03,21.05.11
|
Circulation function: | |||
Attachments: |
Bug 29967: extended width of description and opac description inputs on authorised_values.tt
Bug 29967: extended width of description and opac description inputs on authorised_values.tt Bug 29967: extended width of description and opac description inputs on authorised_values.tt |
Description
Katrin Fischer
2022-01-28 10:03:39 UTC
I think it would be OK for the description and OPAC description fields to be textarea's as long as they are still limited to 200 characters. I think textarea might be problematic because it would allow multi-line entries. I think having it just a little longer would already help quite a bit. Created attachment 129959 [details] [review] Bug 29967: extended width of description and opac description inputs on authorised_values.tt To test: -Go to Administration > Authorized values -In any category, new or existing, look at an authoized value. -The description and OPAC description inputs both have a maxlenght of 200 but you cannot see very many characters. -Apply patch -Look again, the inputs are much bigger and you can see many more characters. Created attachment 129970 [details] [review] Bug 29967: extended width of description and opac description inputs on authorised_values.tt To test: -Go to Administration > Authorized values -In any category, new or existing, look at an authoized value. -The description and OPAC description inputs both have a maxlenght of 200 but you cannot see very many characters. -Apply patch -Look again, the inputs are much bigger and you can see many more characters. Signed-off-by: David Nind <david@davidnind.com> Created attachment 129971 [details] [review] Bug 29967: extended width of description and opac description inputs on authorised_values.tt To test: -Go to Administration > Authorized values -In any category, new or existing, look at an authoized value. -The description and OPAC description inputs both have a maxlenght of 200 but you cannot see very many characters. -Apply patch -Look again, the inputs are much bigger and you can see many more characters. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Thx Lucas for taking care of this one :) Pushed to master for 22.05, thanks to everybody involved [U+1F984] Pushed to 21.11.x for 21.11.03 Pushed to 21.05.x for 21.05.11 Not backported to oldoldstable (20.11.x). Feel free to ask if it's needed. |