Changeset 4447


Ignore:
Timestamp:
2003-06-03T12:14:16+12:00 (21 years ago)
Author:
jmt12
Message:

2030101: The 'should this file recieve non-absolute folder level metadata' (ala dls and its crappy ac01ne meant to match ac01ne/.*) was being incorrectly set so it could -only- be true for folders, when it was actually created for the instance of files, that because no folders were being moved, should take their inherited metadata with them at the file level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/file/FileQueue.java

    r4376 r4447  
    423423                // Otherwise if it came from the workspace use the MSMs parsers to search for folder level metadata (such as metadata.xml or marc records).
    424424                else if (job.source.toString().equals("Workspace")) {
    425                     cancel_action = Gatherer.c_man.getCollection().msm.searchForMetadata(new_node, origin_node, source_file.isDirectory());
     425                    cancel_action = Gatherer.c_man.getCollection().msm.searchForMetadata(new_node, origin_node, job.folder_level);
    426426                }
    427427                }
Note: See TracChangeset for help on using the changeset viewer.