source: trunk/prototype/config/participant.ini @ 5514

Revision 5514, 606 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Implementacao anexos, acls e delegacao de participantes

Line 
1service = PostgreSQL
2PostgreSQL.concept = calendar_participant
3
4[model.hasOne]
5delegatedFrom = participant.delegateTo
6delegateTo = participant.delegatedFrom
7
8[model.hasMany]
9alarms = alarm.participant
10
11[model.depends]
12user = user.participants
13schedulable = schedulable.participants
14
15[after.commit]
16commitParticipant = modules/calendar/interceptors/Notifications.php
17
18[PostgreSQL.mapping]
19id = id
20delegatedFrom = delegated_from
21isOrganizer = is_organizer
22isExternal = is_external
23status = participant_status_id
24schedulable = object_id
25user = user_info_id
26acl = acl
27receiveNotification = receive_notification
Note: See TracBrowser for help on using the repository browser.