X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2Fpman.links.ini;h=340f7bd42e540ab6bf29667030668ed74676fb61;hb=4374dd35b59c5aeebc20d01d1d2aeea2ad354de6;hp=f06a442db8b874dcc5e8f460fc136d8b708ff593;hpb=3750e252d48b5ef8cde6abf526cf3a94e92af117;p=Pman.Core diff --git a/DataObjects/pman.links.ini b/DataObjects/pman.links.ini index f06a442d..340f7bd4 100644 --- a/DataObjects/pman.links.ini +++ b/DataObjects/pman.links.ini @@ -2,105 +2,92 @@ [Images] parent_image_id = Images:id -[Person] -office_id = Office:id -company_id = Companies:id -project_id = Projects:id -owner_id = Person:id -country_id = core_geoip_country:id -city_id = core_geoip_city:id -division_id = core_geoip_division:id +[Events] +person_id = core_person:id + +[ProjectDirectory] +person_id = core_person:id +project_id = core_project:id +office_id = core_office:id +company_id = core_company:id -[Companies] -logo_id = Images:id -owner_id = Person:id -main_office_id = Office:id +[core_person] +office_id = core_office:id +company_id = core_company:id +project_id = core_project:id +owner_id = core_person:id -[Office] -company_id = Companies:id +[core_company] +logo_id = Images:id +owner_id = core_person:id +main_office_id = core_office:id +comptype_id = core_enum:id -[Projects] -client_id = Companies:id -agency_id = Companies:id -team_id = Groups:id -open_by = Person:id -owner_id = Person:id +[core_office] +company_id = core_company:id -[ProjectDirectory] -person_id = Person:id -project_id = Projects: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 -[Groups] -leader = Person:id +[core_group] +leader = core_person:id -[group_members] -group_id = Groups:id -user_id = Person:id +[core_group_member] +group_id = core_group:id +user_id = core_person:id -[group_rights] -group_id = Groups: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 = Person:id +trigger_person_id = core_person:id trigger_event_id = Events:id +domain_id = core_domain:id [core_notify_recur] -person_id = Person:id +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_email] -owner_id = Person:id +owner_id = core_person:id +bcc_group = core_group:id +to_group = core_group:id + -[core_geoip_country] -continent_id = core_geoip_continent:id +[core_ip_access] +authorized_by = core_person:id +updated_by = core_person:id -[core_geoip_location] -city_id = core_geoip_city:id -[core_geoip_network_mapping] -city_id = core_geoip_city:id -[core_geoip_city] -country_id = core_geoip_country:id -division_id = core_geoip_division:id -[core_geoip_division] -country_id = core_geoip_country:id +[database__render] +core_project = name +core_company= name +core_office = name +core_person= name +core_group= name +Images = filename