source: branches/2.4/prototype/config/calendarSignature.ini @ 7228

Revision 7228, 919 bytes checked in by douglas, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.2.

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
15createDefaultGroup = modules/calendar/interceptors/DBMapping.php
16
17[after.read]
18deepnessReadCalendarSignature = modules/calendar/interceptors/DBMapping.php
19
20[PostgreSQL.mapping]
21id  = id
22user = user_uidnumber
23calendar = calendar_id
24isOwner = is_owner
25type = type
26msgAdd = msg_add
27msgCancel = msg_cancel
28msgUpdate = msg_update
29msgReply = msg_reply
30msgAlarm = msg_alarms
31dtstamp = dtstamp
32fontColor = font_color
33backgroundColor = background_color
34borderColor = border_color
Note: See TracBrowser for help on using the repository browser.