X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2Fpman.links.ini;h=2aeba9b1cfa5fafa184c5baafdc2d9bc11715d61;hp=c0e1763da07695fa523eddf50b89a133110c3672;hb=HEAD;hpb=a998693ebc947e711301553780a42875a86c6f36 diff --git a/DataObjects/pman.links.ini b/DataObjects/pman.links.ini index c0e1763d..76038805 100644 --- a/DataObjects/pman.links.ini +++ b/DataObjects/pman.links.ini @@ -2,72 +2,122 @@ [Images] parent_image_id = Images:id -[Person] -office_id = Office:id -company_id = Companies:id -project_id = Projects:id -owner_id = Person:id +[Events] +person_id = core_person:id -[Companies] -logo_id = Images:id -owner_id = Person:id -main_office_id = Office:id +[ProjectDirectory] +person_id = core_person:id +project_id = core_project:id +office_id = core_office:id +company_id = core_company:id -[Office] -company_id = Companies:id -[Projects] -client_id = Companies:id -agency_id = Companies:id -team_id = Groups:id -open_by = Person:id -owner_id = Person:id -[ProjectDirectory] -person_id = Person:id -project_id = Projects:id +[core_person] +office_id = core_office:id +company_id = core_company:id +project_id = core_project:id +owner_id = core_person:id +[core_company] +logo_id = Images:id +owner_id = core_person:id +main_office_id = core_office:id +comptype_id = core_enum:id +parent_id = core_company:id -[Groups] -leader = Person:id +[core_office] +company_id = core_company:id -[Group_Members] -group_id = Groups:id -user_id = Person:id +[core_project] +client_id = core_company:id +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 -[Group_Rights] -group_id = Groups:id +[core_group] +leader = core_person:id + +[core_group_member] +group_id = core_group:id +user_id = core_person:id + +[core_group_right] +group_id = core_group:id -[Events] -person_id = Person:id + +[core_event_audit] +event_id = Events:id +old_audit_id = core_event_audit:id [core_watch] -person_id = Person:id +person_id = core_person:id [core_person_alias] -person_id = Person:id +person_id = core_person:id [core_notify] -person_id = Person:id +person_id = core_person:id event_id = Events:id +watch_id = core_watch:id +trigger_person_id = core_person:id +trigger_event_id = Events:id +domain_id = core_domain:id +server_id = core_notify_server:id +[core_notify_recur] +person_id = core_person:id +last_event_id = Events:id +method_id = core_enum:id -[database__render] -Projects = name -Companies = name -Office = name -Person = name -Groups = name -Images = filename - -[ProjectDirectory] -person_id = Person:id -project_id = Projects:id -office_id = Office:id -company_id = Companies:id +[core_notify_blacklist] +server_id = core_notify_server:id +domain_id = core_domain:id +[core_notify_sender_blacklist] +domain_id = core_domain:id +sender_id = core_notify_sender:id - + + + + +[core_email] +owner_id = core_person: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] +core_project = name +core_company= name +core_office = name +core_person= name +core_group= name +Images = filename