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

Revision 6111, 774 bytes checked in by natan, 12 years ago (diff)

Ticket #2141 - Eventos com repeticao nao dispara notificacao nos alarmes - implementação final

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.find]
16deepnessFindParticipant = modules/calendar/interceptors/DBMapping.php
17
18[after.read]
19deepnessReadParticipant = modules/calendar/interceptors/DBMapping.php
20
21[after.commit]
22commitParticipant = modules/calendar/interceptors/Notifications.php
23
24[PostgreSQL.mapping]
25id = id
26delegatedFrom = delegated_from
27isOrganizer = is_organizer
28isExternal = is_external
29status = participant_status_id
30schedulable = object_id
31user = user_info_id
32acl = acl
33receiveNotification = receive_notification
Note: See TracBrowser for help on using the repository browser.