Ignore:
Timestamp:
02/02/11 15:28:29 (14 years ago)
Author:
asaikawa
Message:

Ticket #1524 - Adicionado o parametro useCCParams nos componentes, indicando que serao usados os parametros do CC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/workflow/inc/smarty/wf_plugins/function.wf_select_user.php

    r3715 r3729  
    3838                'onlyVisibleAccounts' => true, 
    3939                'useGlobalSearch' => false, 
     40                'useCCParams' => false, 
    4041                'rows'=> 2); 
    4142        $extractParams = array( 
     
    106107        else 
    107108                $extraParams .= "&useGlobalSearch=true"; 
     109        if (!empty($params['useCCParams']) && $params['useCCParams'] !== 'false') 
     110                $extraParams .= "&useCCParams=true"; 
    108111 
    109112        $image = Factory::getInstance('TemplateServer')->generateImageLink('add_user.png'); 
Note: See TracChangeset for help on using the changeset viewer.