Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.0
-
Fix Version/s: None
-
Component/s: CiviCRM API, CiviHR
-
Labels:None
Description
Steps to reproduce:
1. Install CiviHR ( https://github.com/civicrm/civihr ) – esp. org.civicrm.hrjob
2. In CLI, run "drush cvapi HRJob.getfields"
3. Observe: The results include a number of irrelevant custom-data fields
Note that hrjob takes a very minimalist approach to defining entities – there's a DAO, an empty BAO, and a few one-line API functions.