Changeset 1502


Ignore:
Timestamp:
Jan 18, 2012, 1:05:27 PM (12 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #345: Add header line to csv file that can be downloaded from the partition wizard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/servlet/PartitionRegistrationServlet.java

    r1488 r1502  
    8686       
    8787        String separator = "";
    88         String labelString = "";
    8988        if (tubeNames != null && tubeNames.length>0)
    9089        {
     
    103102            secondPart += separator + tubeName + ".ft";             
    104103          }
    105           labelString = firstPart + secondPart;
     104          String labelString = "LABEL\n" + firstPart + secondPart;
    106105         
    107106          // Send labels in a file to the client.
Note: See TracChangeset for help on using the changeset viewer.