Skip to content

Commit

Permalink
add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
ETLaurent committed Aug 23, 2023
1 parent 84bf321 commit 0e217d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/@apostrophecms/import-export-piece-type/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0e217d5

Please sign in to comment.