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 Mar 3, 2022
1 parent 2764384 commit 690e675
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ void fillCreateProcessForm(LinkedList<TempProcess> processes) throws ProcessGene
&& firstProcess.getMetadataNodes().getLength() > 0) {
createProcessForm.getProcessMetadata().initializeProcessDetails(
firstProcess.getWorkpiece().getLogicalStructure());
this.createProcessForm.getProcessDataTab().generateProcessTitleAndTiffHeader();
}
}
}
Expand Down

0 comments on commit 690e675

Please sign in to comment.