Ignore:
Timestamp:
02/21/13 10:46:17 (11 years ago)
Author:
angelo
Message:

Ticket #3353 - Problema na funcionalidade de aplicar resultado do filtro na caixa de entrada

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/filters/interceptors/FilterMapping.php

    r7726 r7902  
    550550                $actions['type'] = $rule_apply['actions'][0]['type']; 
    551551                $actions['parameter'] = $rule_apply['actions'][0]['parameter']; 
    552                 /* Hardcoded */ 
    553                 $actions['keep'] = false; 
     552 
     553                $actions['keep'] = is_array($rule_apply['actions'][1]); 
     554                if ($actions['keep']) 
     555                        $actions['value'] = $rule_apply['actions'][0]['parameter']; 
    554556 
    555557                //$messages = $rule_apply['applyMessages']; 
Note: See TracChangeset for help on using the changeset viewer.