fix variables on update
[Pman.Core] / DataObjects / pman.links.ini
index 3657f7f..ec12fd7 100644 (file)
@@ -4,9 +4,7 @@ parent_image_id = Images:id
 
 [Events]
 person_id = core_person:id
-modx_users_id = modx_users:id
-person_id = ext_data:userdata_id
+
 [ProjectDirectory]
 person_id = core_person:id
 project_id = core_project:id
@@ -74,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]