CRM-13163 - APIv3 (*.create) - Add support for options.reload=1
authorTim Otten <totten@civicrm.org>
Thu, 8 Aug 2013 04:08:09 +0000 (21:08 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 8 Aug 2013 04:29:52 +0000 (21:29 -0700)
commit0e4d43988abb5b5efef913cdcb75a1dd8986b988
treeb9b67af3656568cf140bafb535ad434e503870d4
parentbcc263101224a02dfa3513c15b0b03d893d2b58f
CRM-13163 - APIv3 (*.create) - Add support for options.reload=1

This will refetch the created record with the API to ensure that the return value is really correct.

----------------------------------------
* CRM-13163: hrjob: Display/edit dates with jQuery date picker
  http://issues.civicrm.org/jira/browse/CRM-13163
CRM/Utils/API/ReloadOption.php [new file with mode: 0644]
api/api.php
tests/phpunit/CRM/Utils/API/ReloadOptionTest.php [new file with mode: 0644]