source: branches/2.5/prototype/config/participant.ini @ 8003

Revision 8003, 1.2 KB checked in by douglas, 11 years ago (diff)

Ticket #3385 - ERRO ao Ao excluir um evento de uma agenda compartilhada

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