From 0e217d58c146b6aa1e83ac6fad30ccf5bb923114 Mon Sep 17 00:00:00 2001 From: Etienne Laurent Date: Wed, 23 Aug 2023 12:07:10 +0200 Subject: [PATCH] add fixme --- modules/@apostrophecms/import-export-piece-type/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/@apostrophecms/import-export-piece-type/index.js b/modules/@apostrophecms/import-export-piece-type/index.js index 7bbb6f13..9faf483e 100644 --- a/modules/@apostrophecms/import-export-piece-type/index.js +++ b/modules/@apostrophecms/import-export-piece-type/index.js @@ -71,6 +71,8 @@ module.exports = { ? req.t(self.options.label) : req.t(self.options.pluralLabel); + // FIXME: the progress notification is not always dismissed. + // Probably a fix that needs to be done in job core module. return self.apos.modules['@apostrophecms/job'].run( req, (req, reporting) => self.apos.modules['@apostrophecms/import-export'].export(req, self, reporting)