Skip to content
Snippets Groups Projects
Commit 97e0f07a authored by vkovtun's avatar vkovtun
Browse files

BIS-772: Working on PDF export. Added attributes filtering for HTML export for spaces.

parent 96852ede
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -362,6 +362,16 @@ public class ExportData ...@@ -362,6 +362,16 @@ public class ExportData
true, // withReferredTypes true, // withReferredTypes
false // withImportCompatibility false // withImportCompatibility
}, },
{
// Project: TEST-PROJECT
"export-project-filtered-fields-html.zip",
EnumSet.of(ExportFormat.HTML),
List.of(new ExportablePermId(ExportableKind.PROJECT, new ProjectPermId("20120814110011738-105"))),
new SelectedFields(List.of(PERM_ID, IDENTIFIER, REGISTRATOR, REGISTRATION_DATE), List.of()),
XlsTextFormat.PLAIN,
true, // withReferredTypes
false // withImportCompatibility
},
{ {
// Sample: /TEST-SPACE/TEST-PROJECT/FV-TEST // Sample: /TEST-SPACE/TEST-PROJECT/FV-TEST
"export-sample-filtered-fields-html.zip", "export-sample-filtered-fields-html.zip",
......
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