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 Jan 7, 2022
1 parent 482c600 commit 7cc8747
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ void fillCreateProcessForm(LinkedList<TempProcess> processes) {
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 7cc8747

Please sign in to comment.