source: sandbox/2.4.2-expresso1/prototype/config/calendarSignature.ini @ 6797

Revision 6797, 854 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2966 - primeiras implementacoes de tarefas aninhamento de equipo

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
24type = type
25msgAdd = msg_add
26msgCancel = msg_cancel
27msgUpdate = msg_update
28msgReply = msg_reply
29msgAlarm = msg_alarms
30dtstamp = dtstamp
31fontColor = font_color
32backgroundColor = background_color
33borderColor = border_color
Note: See TracBrowser for help on using the repository browser.