MINOR: Import glossary term tag bug fix (#21293)

This commit is contained in:
Ajith Prasad 2025-05-20 12:29:41 +05:30 committed by GitHub
parent 3198f7105b
commit fc33e055ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,7 +212,7 @@ public class GlossaryRepository extends EntityRepository<Glossary> {
.withStatus(getTermStatus(printer, csvRecord))
.withExtension(getExtension(printer, csvRecord, 11));
if (processRecord) {
createEntity(printer, csvRecord, glossaryTerm);
createEntity(printer, csvRecord, glossaryTerm, GLOSSARY_TERM);
}
}