DataObjects/pman.links.ini
[Pman.Core] / DataObjects / pman.links.ini
index 32dc79e..4694e7c 100644 (file)
@@ -23,6 +23,11 @@ team_id = Groups:id
 open_by = Person:id
 owner_id = Person:id
 
+[ProjectDirectory]
+person_id = Person:id
+project_id = Projects:id
+
+
 [Groups]
 leader = Person:id
 
@@ -36,13 +41,19 @@ group_id = Groups:id
 [Events]
 person_id = Person:id
 
+[core_event_audit]
+event_id = Events:id
+
+
 [core_watch]
 person_id = Person:id
 
-
 [core_person_alias]
 person_id = Person:id
 
+[core_notify]
+person_id = Person:id
+event_id = Events:id
 
 
 
@@ -55,7 +66,12 @@ Groups = name
 Images = filename
 
  
-  
+[ProjectDirectory]
+person_id = Person:id
+project_id = Projects:id
+office_id = Office:id
+company_id = Companies:id
+