Revision 5437,
392 bytes
checked in by cristiano, 11 years ago
(diff) |
Ticket #2434 - Atualização modulo agenda e API
|
Line | |
---|
1 | service = PostgreSQL |
---|
2 | PostgreSQL.concept = calendar_participant |
---|
3 | |
---|
4 | [links] |
---|
5 | user = user |
---|
6 | schedulable = schedulable |
---|
7 | alarms = alarm |
---|
8 | |
---|
9 | [after.commit] |
---|
10 | commitParticipant = modules/calendar/interceptors/Notifications.php |
---|
11 | |
---|
12 | [PostgreSQL.mapping] |
---|
13 | id = id |
---|
14 | delegatedTo = delegated_to |
---|
15 | isOrganizer = is_organizer |
---|
16 | isExternal = is_external |
---|
17 | status = participant_status_id |
---|
18 | schedulable = object_id |
---|
19 | user = user_info_id |
---|
Note: See
TracBrowser
for help on using the repository browser.