Show
Ignore:
Timestamp:
08/03/09 08:59:45 (3 years ago)
Author:
gbooker
Message:

Added ability to fetch all the collections which are not skipped instead of all the collections which are not hidden. Importer and Leopard File Events use non-skipped collections instead of non-hidden ones.
Fixes #292

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMetaDataSupport.m

    r857 r874  
    533533                } 
    534534                //Set the mount values for all 
    535                 [SapphireCollectionDirectory availableCollectionDirectoriesInContext:context]; 
     535                [SapphireCollectionDirectory availableCollectionDirectoriesInContext:context includeHiddenOverSkipped:NO]; 
    536536        } 
    537537