Ignore:
Timestamp:
12/19/12 13:30:46 (11 years ago)
Author:
acoutinho
Message:

Ticket #3249 - Problema com horarios na edicao de tarefas e atividades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/activity.helpers.js

    r7518 r7680  
    262262                        [$('div.new-activity-win.active select[name="groupFilter"]').val()] 
    263263                    ] 
    264                 ], criteria: {'filterTasks': true} 
     264                ], criteria: {filterTasks: true, deepness: 2} 
    265265        }; 
    266266    if($(this).val() != ''){ 
     
    270270                           ]); 
    271271    } 
    272  
    273272    var result = DataLayer.get('schedulable:taskSearch', filter, true) 
    274273        /** 
Note: See TracChangeset for help on using the changeset viewer.