source: trunk/prototype/config/calendarSignature.ini @ 5437

Revision 5437, 789 bytes checked in by cristiano, 12 years ago (diff)

Ticket #2434 - Atualização modulo agenda e API

RevLine 
[5399]1service = PostgreSQL
[5437]2PostgreSQL.concept = calendar_signature
[5399]3
4[links]
5calendar = calendar
6calendarSignatureAlarms = calendarSignatureAlarm
7
8[before.delete]
9deleteCalendarSignatureDependences = modules/calendar/interceptors/DBMapping.php
10
11[after.find]
12createDefaultSignature = modules/calendar/interceptors/DBMapping.php
13deepnessFindCalendarSignature = modules/calendar/interceptors/DBMapping.php
14
15[after.read]
16deepnessReadCalendarSignature = modules/calendar/interceptors/DBMapping.php
[5437]17
18[PostgreSQL.mapping]
19id  = id
20user = user_uidnumber
21calendar = calendar_id
22isOwner = is_owner
23msgAdd = msg_add
24msgCancel = msg_cancel
25msgUpdate = msg_update
26msgReply = msg_reply
27msgAlarm = msg_alarms
28dtstamp = dtstamp
29fontColor = font_color
30backgroundColor = background_color
31borderColor = border_color
Note: See TracBrowser for help on using the repository browser.