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

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

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

RevLine 
[5399]1service = PostgreSQL
[5514]2PostgreSQL.concept = attachment
[5399]3
4[before.create]
5encodeCreateAttachment = modules/calendar/interceptors/DBMapping.php
6
[5514]7[PostgreSQL.mapping]
8id = "id"
9source = "source"
10type = "type"
11name = "name"
12size = "size"
[5592]13owner = "owner"
Note: See TracBrowser for help on using the repository browser.