Ignore:
Timestamp:
10/09/12 12:02:08 (12 years ago)
Author:
acoutinho
Message:

Ticket #3144 - Nao e enviado email para o usuario ao qual e delegado um evento

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/interceptors/DBMapping.php

    r7170 r7377  
    5151class DBMapping extends Helpers { 
    5252 
     53 
     54 
     55    /* 
     56     * Verificar inconsistencia no FF 
     57     * */ 
     58    static function encodeCreateParticipant(&$uri, &$params, &$criteria, $original) 
     59    { 
     60        if(isset($params['delegatedFrom']) && is_array($params['delegatedFrom'])){ 
     61            $params['delegatedFrom'] = $params['delegatedFrom']['id']; 
     62        } 
     63    } 
     64 
     65 
    5366    static function encodeCreateSchedulable(&$uri, &$params, &$criteria, $original)  
    5467    { 
Note: See TracChangeset for help on using the changeset viewer.