Details
Description
When installing CiviHR, the new settings (eg "work_hours_per_year") sometimes load properly – and sometimes don't.
Installation script – https://github.com/civicrm/civihr/blob/master/bin/drush-install.sh
PR which declares/uses settings – https://github.com/civicrm/civihr/pull/397
Settings declaration – https://github.com/totten/civihr/blob/master-HR-216/hrjob/settings/HRJob.setting.php
Specifically
- Calling "drush-install.sh" produces working settings (eg "drush cvapi setting.get return=work_hours_per_year" produces the correct default value)
- Calling "drush-install.sh --with-sample-data" produces no settings (eg "Drush cvapi setting.get return=work_hours_per_year" produces empty result)