source: trunk/prototype/config/schedulableToAttachment.ini @ 6369

Revision 6369, 369 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2821 - Inconsistências na interface de anexos e na remoção de anexos

  • Property svn:executable set to *
Line 
1service = PostgreSQL
2PostgreSQL.concept = calendar_attach
3
4[model.depends]
5schedulable = schedulable.attachments
6
7[before.delete]
8decodeSchedulablettachment = modules/calendar/interceptors/DBMapping.php
9
10[after.delete]
11deleteAttachmentDependences = modules/calendar/interceptors/DBMapping.php
12
13[PostgreSQL.mapping]
14id = id
15attachment = attach_id
16schedulable = object_id
Note: See TracBrowser for help on using the repository browser.