Ignore:
Timestamp:
02/18/12 17:24:04 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Correcoes de bugs e estabilizacao da troca de views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/api/datalayer.js

    r5530 r5531  
    10761076        if( bothSides || !oneSide ) 
    10771077            //result = this.check( concept, id || filter ); 
    1078                 result = false; 
     1078                result = concept == 'schedulable' ? false : this.check( concept, id || filter ); 
    10791079        if( !result && (bothSides || oneSide) ) 
    10801080        { 
Note: See TracChangeset for help on using the changeset viewer.