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

RevLine 
[5399]1service = PostgreSQL
[5437]2PostgreSQL.concept = calendar_participant
[5399]3
[5514]4[model.hasOne]
5delegatedFrom = participant.delegateTo
6delegateTo = participant.delegatedFrom
[5399]7
[5514]8[model.hasMany]
9alarms = alarm.participant
10
11[model.depends]
12user = user.participants
13schedulable = schedulable.participants
14
[6111]15[after.find]
16deepnessFindParticipant = modules/calendar/interceptors/DBMapping.php
17
18[after.read]
19deepnessReadParticipant = modules/calendar/interceptors/DBMapping.php
20
[7228]21[after.create]
22createParticipantHistoric = modules/calendar/interceptors/DBMapping.php
23
[7382]24[before.create]
25encodeCreateParticipant = modules/calendar/interceptors/DBMapping.php
26
[7228]27[before.delete]
28prepareParticipantHistoric = modules/calendar/interceptors/DBMapping.php
29
30[after.delete]
31removeParticipantHistoric = modules/calendar/interceptors/DBMapping.php
32
[5399]33[after.commit]
[5437]34commitParticipant = modules/calendar/interceptors/Notifications.php
35
[7228]36
[5437]37[PostgreSQL.mapping]
38id = id
[5514]39delegatedFrom = delegated_from
[5437]40isOrganizer = is_organizer
41isExternal = is_external
42status = participant_status_id
43schedulable = object_id
[5514]44user = user_info_id
45acl = acl
[7382]46receiveNotification = receive_notification
Note: See TracBrowser for help on using the repository browser.