[Koha-bugs] [Bug 19402] Date of birth datepicker year range depending on current value

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 3 21:33:37 CEST 2017


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

Alex Buckley <alexbuckley at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #67543|0                           |1
        is obsolete|                            |

--- Comment #3 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 67574
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67574&action=edit
Bug 19402: Date of birth datepicker year range not depending 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)

Followed test plan, patch worked as described. Also ran QA test tools
and that passed the files modified in this patch
Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>

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


More information about the Koha-bugs mailing list