Details
Description
- Load real list of absence-related activity types (CRM_HRAbsence_Page_EmployeeAbsencePage::registerResources)
- Load real list of absence periods (CRM_HRAbsence_Page_EmployeeAbsencePage::registerResources)
- Implement API (either update/enhance the Activity API or add a new API) to fetch absence-activities; must support filters:
- period_id: accepts or int or (ideally) array of ints
- activity_type_id: accepts or int or (ideally) array of ints
- target_contact_id: int (note: be sure to respect ACLs)
Attachments
Issue Links
- is supplemented by
-
HR-253 Activity.get API - Filter by target_contact_id
- Done/Fixed