missing variable
[Pman.Core] / DataObjects / pman.links.ini
index 4292ad3..8b29a40 100644 (file)
@@ -5,7 +5,6 @@ parent_image_id = Images:id
 [Events]
 person_id = core_person:id
 
 [ProjectDirectory]
 person_id = core_person:id
 project_id = core_project:id
@@ -24,6 +23,7 @@ owner_id = core_person:id
 logo_id = Images:id
 owner_id = core_person:id
 main_office_id = core_office:id
+comptype_id = core_enum:id
 
 [core_office]
 company_id = core_company:id
@@ -34,7 +34,7 @@ agency_id = core_company:id
 team_id = core_group:id
 open_by = core_person:id
 owner_id = core_person:id
-
+deleted_by = core_person:id
 
 [core_group]
 leader = core_person:id
@@ -72,12 +72,29 @@ method_id = core_enum:id
 
 [core_email]
 owner_id = core_person:id
-bcc_group = core_group:id
+bcc_group_id = core_group:id
+to_group_id = core_group:id
+
 
+[core_ip_access]
+authorized_by = core_person:id
+updated_by = core_person:id
+
+[core_person_settings]
+person_id = core_person:id
 
 
 
+[core_templatestr]
+src_id = core_templatestr:id
+template_id = core_template:id
 
+[core_template_element]
+template_id = core_template:id
+
+[core_project_group]
+project_id = core_project:id
+group_id = core_group:id
 
 
 [database__render]
@@ -86,4 +103,4 @@ core_company= name
 core_office =  name
 core_person= name
 core_group= name
-Images = filename
\ No newline at end of file
+Images = filename