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/participant.ini

    r5437 r5514  
    22PostgreSQL.concept = calendar_participant 
    33 
    4 [links] 
    5 user = user 
    6 schedulable = schedulable 
    7 alarms = alarm 
     4[model.hasOne] 
     5delegatedFrom = participant.delegateTo 
     6delegateTo = participant.delegatedFrom 
     7 
     8[model.hasMany] 
     9alarms = alarm.participant 
     10 
     11[model.depends] 
     12user = user.participants 
     13schedulable = schedulable.participants 
    814 
    915[after.commit] 
     
    1218[PostgreSQL.mapping] 
    1319id = id 
    14 delegatedTo = delegated_to 
     20delegatedFrom = delegated_from 
    1521isOrganizer = is_organizer 
    1622isExternal = is_external 
     
    1824schedulable = object_id 
    1925user = user_info_id 
     26acl = acl 
     27receiveNotification = receive_notification 
Note: See TracChangeset for help on using the changeset viewer.