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

Revision 5514, 842 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Implementacao anexos, acls e delegacao de participantes

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