Changed DataObjects/pman.links.ini
[Pman.Core] / DataObjects / pman.links.ini
1
2 [Images]
3 parent_image_id = Images:id
4
5 [Events]
6 person_id = core_person:id
7
8 [ProjectDirectory]
9 person_id = core_person:id
10 project_id = core_project:id
11 office_id = core_office:id
12 company_id = core_company:id
13
14
15
16 [core_person]
17 office_id = core_office:id
18 company_id = core_company:id
19 project_id = core_project:id
20 owner_id = core_person:id
21
22 [core_company]
23 logo_id = Images:id
24 owner_id = core_person:id
25 main_office_id = core_office:id
26 comptype_id = core_enum:id
27 parent_id = core_company:id
28
29 [core_office]
30 company_id = core_company:id
31
32 [core_project]
33 client_id = core_company:id
34 agency_id = core_company:id
35 team_id = core_group:id
36 open_by = core_person:id
37 owner_id = core_person:id
38 deleted_by = core_person:id
39
40 [core_group]
41 leader = core_person:id
42
43 [core_group_member]
44 group_id = core_group:id
45 user_id =  core_person:id
46
47 [core_group_right]
48 group_id = core_group:id
49
50
51 [core_event_audit]
52 event_id = Events:id
53 old_audit_id = core_event_audit:id
54
55 [core_watch]
56 person_id = core_person:id
57
58 [core_person_alias]
59 person_id = core_person:id
60
61 [core_notify]
62 person_id = core_person:id
63 event_id = Events:id
64 watch_id = core_watch:id
65 trigger_person_id = core_person:id
66 trigger_event_id = Events:id
67 domain_id = core_domain:id
68 server_id = core_notify_server:id
69
70
71 [core_notify_recur]
72 person_id = core_person:id
73 last_event_id = Events:id
74 method_id = core_enum:id
75
76
77 [core_notify_blacklist]
78 server_id = core_notify_server:id
79 domain_id = core_domain:id
80
81 [core_notify_blacklist_sender]
82 sender_id = core_notify_sender:id
83 domain_id = core_domain:id
84
85
86 [core_email]
87 owner_id = core_person:id
88 bcc_group_id = core_group:id
89 to_group_id = core_group:id
90
91
92 [core_ip_access]
93 authorized_by = core_person:id
94 updated_by = core_person:id
95
96 [core_person_settings]
97 person_id = core_person:id
98
99
100
101 [core_templatestr]
102 src_id = core_templatestr:id
103 template_id = core_template:id
104
105 [core_template_element]
106 template_id = core_template:id
107
108 [core_project_group]
109 project_id = core_project:id
110 group_id = core_group:id
111
112
113 [database__render]
114 core_project = name
115 core_company= name
116 core_office =  name
117 core_person= name
118 core_group= name
119 Images = filename