Ignore:
Timestamp:
2009-03-02T13:51:31+13:00 (15 years ago)
Author:
kjdon
Message:

when doing base this coll on, check inside collectgroups for more collections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/gui/NewCollectionDetailsPrompt.java

    r18370 r18607  
    348348            base_collection_model.add(item);
    349349            }
     350        } else {
     351
     352          // we may be a group coll. Check the collect.cfg for collectgroup=true
     353          BasicCollectionConfiguration config = new BasicCollectionConfiguration(collect_cfg_file);
     354          if (config.getCollectGroup().equals("true")) {
     355            // try subdirs in here
     356            addCollectionsToModel(base_collection_model, possible_collections[i], site);
     357          }
    350358        }
    351359        }
Note: See TracChangeset for help on using the changeset viewer.