Skip to content
Snippets Groups Projects
Commit 5175f303 authored by vkovtun's avatar vkovtun
Browse files

SSDM-13256: Putting "$" and "Auto generate code" next to each other. Fixed the...

SSDM-13256: Putting "$" and "Auto generate code" next to each other. Fixed the displayed archiving status.
parent c16a75da
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -133,7 +133,7 @@ public class XLSDataSetExportHelper extends AbstractXLSEntityExportHelper<DataSe
}
case ARCHIVING_STATUS:
{
return dataSet.getPhysicalData().isArchivingRequested().toString().toUpperCase();
return dataSet.getPhysicalData().getStatus().toString();
}
case PRESENT_IN_ARCHIVE:
{
......
......@@ -88,7 +88,7 @@ public class XLSSampleExportHelper extends AbstractXLSEntityExportHelper<Sample,
@Override
protected Attribute[] getAttributes(final Sample entity)
{
return new Attribute[] { $, PERM_ID, IDENTIFIER, CODE, SPACE, PROJECT, EXPERIMENT, AUTO_GENERATE_CODE, PARENTS, CHILDREN,
return new Attribute[] { $, AUTO_GENERATE_CODE, PERM_ID, IDENTIFIER, CODE, SPACE, PROJECT, EXPERIMENT, PARENTS, CHILDREN,
REGISTRATOR, REGISTRATION_DATE, MODIFIER, MODIFICATION_DATE };
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment