source: branches/2.4/prototype/config/participant.ini @ 7382

Revision 7382, 1.1 KB checked in by eduardow, 12 years ago (diff)

Ticket #3144 - Nao é enviado email para o usuario ao qual é delegado um evento

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.create]
22createParticipantHistoric = modules/calendar/interceptors/DBMapping.php
23
24[before.create]
25encodeCreateParticipant = modules/calendar/interceptors/DBMapping.php
26
27[before.delete]
28prepareParticipantHistoric = modules/calendar/interceptors/DBMapping.php
29
30[after.delete]
31removeParticipantHistoric = modules/calendar/interceptors/DBMapping.php
32
33[after.commit]
34commitParticipant = modules/calendar/interceptors/Notifications.php
35
36
37[PostgreSQL.mapping]
38id = id
39delegatedFrom = delegated_from
40isOrganizer = is_organizer
41isExternal = is_external
42status = participant_status_id
43schedulable = object_id
44user = user_info_id
45acl = acl
46receiveNotification = receive_notification
Note: See TracBrowser for help on using the repository browser.