Ignore:
Timestamp:
Jan 26, 2010, 9:44:50 PM (14 years ago)
Author:
gav
Message:

Improvements to CsvService importAssetTree method, still in progress.
Added Department column, second header line with name and description as well as improved out of bounds checking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/i18n/messages.properties

    r290 r300  
    11asset.tree.import.success=Asset tree imported.
    22asset.tree.import.failure=Could not create asset tree from supplied file, failed on line {0}.
    3 asset.tree.import.file.over.max.size=Supplied file is greater than max size of {0} Mbytes.
     3asset.tree.import.file.over.max.size=Supplied file is greater than max size of {0} {1}.
    44asset.tree.import.file.not.supplied=No file supplied.
    5 asset.tree.import.no.header=The supplied file does not have the correct headers, please see the template file.
     5asset.tree.import.no.header=The supplied file does not have the correct header lines, please see the template file.
    66
    77asset.copy.method.required=Please select a copy method for sub items.
Note: See TracChangeset for help on using the changeset viewer.