Replace activity types and activity type categories models (#1556)

This PR adds the first step towards supporting custom activity types and custom activity type categories.
This commit is contained in:
Régis Freyd
2018-07-14 08:25:31 -04:00
committed by GitHub
parent 23a84a9dfa
commit b4ec3d96ca
42 changed files with 1421 additions and 240 deletions
+3 -1
View File
@@ -27,7 +27,7 @@ class SettingsController extends Controller
{
protected $ignoredTables = [
'accounts',
'activity_type_groups',
'activity_type_activities',
'activity_types',
'api_usage',
'cache',
@@ -35,6 +35,8 @@ class SettingsController extends Controller
'changelogs',
'countries',
'currencies',
'default_activity_types',
'default_activity_type_categories',
'default_contact_field_types',
'default_contact_modules',
'default_relationship_type_groups',