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?

RevLine 
[5399]1service = PostgreSQL
[5437]2PostgreSQL.concept = calendar_signature
[5399]3
[5514]4[model.hasMany]
5calendarSignatureAlarms = calendarSignatureAlarm.calendarSignature
6[model.depends]
7calendar = calendar.signatures
[5399]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
[6996]15createDefaultGroup = modules/calendar/interceptors/DBMapping.php
[5399]16
17[after.read]
18deepnessReadCalendarSignature = modules/calendar/interceptors/DBMapping.php
[5437]19
20[PostgreSQL.mapping]
21id  = id
22user = user_uidnumber
23calendar = calendar_id
24isOwner = is_owner
[6996]25type = type
[5437]26msgAdd = msg_add
27msgCancel = msg_cancel
28msgUpdate = msg_update
29msgReply = msg_reply
30msgAlarm = msg_alarms
31dtstamp = dtstamp
32fontColor = font_color
33backgroundColor = background_color
[7938]34borderColor = border_color
35hidden = hidden
Note: See TracBrowser for help on using the repository browser.