[Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 29 15:15:38 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447

--- Comment #33 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 67448
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67448&action=edit
Bug 18447: (follow-up) years range not dependent on current value

Bug 18447 sets for date of birth a year range "c-100:c" meaning current year
and 100 years earlier.
This is good when imput is empty.
But when input already contains a date, say "01/01/1950", years range is 1850
to 1950.

This patch sets for date of birth a year range "-120:+0" to not be dependent on
current value.
Some people may have more than 100 years (maybe more often in the future) so i
choose to propose maximum 120 years old.

To test :
1) Go to intranet
2) Create a new patron
3) Click on date picker on "Date of birth" input
4) Look at available years in combobox, you see from 1897 to 2017
5) Edit an existing patron with for example date of birth in 1950
6) Repeat 3) and 4)
7) Go to OPAC
8) Login with a patron with for example date of birth in 1950
9) Go to "your personal details"
10) Repeate 3) and 4)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list