CRM-18660 - Fix custom field year range selection
authorColeman Watts <coleman@civicrm.org>
Fri, 27 May 2016 01:43:42 +0000 (21:43 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 27 May 2016 02:05:19 +0000 (22:05 -0400)
commit8d6beca6ec0041edbe7877e370c1898a0afb2e02
tree63179465109bb655fddf6e8642dd47c5e5d6c687
parent38c6ead97d5f4a565bb2a3db51790a97826aceb6
CRM-18660 - Fix custom field year range selection

This fixes the yearRange setting to be the responsibility of the crmDatepicker
widget instead of setting it from php. The php implementation was also buggy.
CRM/Core/BAO/CustomField.php
js/Common.js