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

Revision 6832, 919 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2966 - Criacao de grupo padrao, criacao de tarefas simples, correcoes de bug

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
[6832]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
[6797]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
34borderColor = border_color
Note: See TracBrowser for help on using the repository browser.