Ignore:
Timestamp:
10/09/12 15:41:25 (12 years ago)
Author:
eduardow
Message:

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

File:
1 edited

Legend:

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

    r7228 r7382  
    5252class DBMapping extends Helpers { 
    5353 
     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 
    5466    static function encodeCreateSchedulable(&$uri, &$params, &$criteria, $original)  
    5567    { 
Note: See TracChangeset for help on using the changeset viewer.