Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Won't Do
-
Affects Version/s: HR-1.0
-
Fix Version/s: HR-1.0
-
Component/s: None
-
Labels:None
Description
Should be pretty straight-forward, e.g.
1. Install Joomla
2. Create an extension directory
3. Check out CiviHR code
4. In "Manage Extensions" screen, refresh list and activate each extension in order.
5. Click through major screens and make sure they work (e.g. "View Contact", "Advanced Search", "Staff Directory", HR reports – pay attention to file-uploads/downloads like the contact's image, because file-structures and hyperlinks are different on each CMS)
5. (Repeat above for WordPress)
There may be an issue with the "Job" tab not appearing (because one of the APIs, hook_civicrm_permission, hasn't been ported). If that happens, you can temporarily hack around it (and proceed with more testing) by modifying CRM_Core_Permission::check on your local machine to always return TRUE.