Skip to content

Commit

Permalink
Generate automaticallly 'process title', 'tiff header' and 'TSL/ATS' …
Browse files Browse the repository at this point in the history
…after importing a process
  • Loading branch information
IkramMaalej committed Feb 25, 2022
1 parent 87fae33 commit 65ccd8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ void fillCreateProcessForm(LinkedList<TempProcess> processes) throws ProcessGene
Collection<Metadata> metadata = ImportService.importMetadata(firstProcess.getMetadataNodes(),
MdSec.DMD_SEC);
createProcessForm.getProcessMetadata().getProcessDetails().setMetadata(metadata);
this.createProcessForm.getProcessDataTab().generateProcessTitleAndTiffHeader();
}
}
}
Expand Down

0 comments on commit 65ccd8b

Please sign in to comment.