Ignore:
Timestamp:
02/14/12 16:52:04 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Implementacao anexos, acls e delegacao de participantes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/config/attachment.ini

    r5399 r5514  
    11service = PostgreSQL 
     2PostgreSQL.concept = attachment 
     3 
     4[model.hasOne] 
     5schedulable = schedulable.attachments 
    26 
    37[before.create] 
    4 beginWork = services/PostgreSQL.php 
    58encodeCreateAttachment = modules/calendar/interceptors/DBMapping.php 
    69 
     10[after.delete] 
     11deleteAttachmentDependences = modules/calendar/interceptors/DBMapping.php 
    712 
    8 [after.create] 
    9 endWork = services/PostgreSQL.php 
     13[PostgreSQL.mapping] 
     14id = "id" 
     15source = "source" 
     16type = "type" 
     17name = "name" 
     18size = "size" 
     19 
Note: See TracChangeset for help on using the changeset viewer.