Closed (fixed)
Project:
CRM Core
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2012 at 06:00 UTC
Updated:
30 May 2014 at 18:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ygerasimov commentedComment #2
ygerasimov commentedCommitted
Comment #3
dealancer commentednice one!
Comment #4
xcf33 commentedLooks like the following was done
1. Moved the CRM Core Activity controller class to its separate file
2. Extend and specify separate class for activity types to alter later
3. .info file cleanup
4. .install using entity_create function instead of instantiate stdClass()
5. removing revision id from the schema
6. removing activity revision table
7. hook_entity_info property changes
8. removing all search related methods for activity search (moved search into activity ui class)
9. isLocked permission access method in the activity type class
10. adding comments
11. Proper access callback
Tested the ui and CRUD operations, just waiting to automated testing in the future.
Comment #5
dealancer commentedAs soon it was committed, the status of the issue should be fixed.