Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.3
-
Fix Version/s: 3.4.alpha
-
Component/s: Core CiviCRM
-
Labels:None
Description
we should be tracking when tags are created and who created them. in general, there's room for improvement throughout the system in this regard.
we need to extend civicrm_tag to have created_id and created_date fields. might be good to do modified values too, if the name or description, etc. change.
attached patch then inserts values to those fields when tags are created.