source: branches/2.5/prototype/config/calendarSignature.ini @ 7938

Revision 7938, 936 bytes checked in by douglas, 11 years ago (diff)

Ticket #3363 - Manter preferencia do checkbox de visualizacao das agendas no ExpressoCalendar?

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
35hidden = hidden
Note: See TracBrowser for help on using the repository browser.