source: branches/2.4/prototype/config/schedulableToAttachment.ini @ 7228

Revision 7228, 527 bytes checked in by douglas, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.2.

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