Exported JDL cannot be imported #161
Labels
bug 🐞
Something isn't working
$$ bug-bounty $$
https://www.jhipster.tech/bug-bounties/
$100
https://www.jhipster.tech/bug-bounties/
Overview of the issue
When you export the JDL from a generated project and then try to import it in a new folder, it fails
Reproduce the error
mhipster export-jdl test.jdl
cd ../other-project
cp ../first-project/test.jdl ./
mhipster import-jdl test.jdl
Suggest a Fix
Removing
otherModules [[object Object]]
from the exported JDL seems to fix itBrowsers and Operating System
Fedora Linux 31
The text was updated successfully, but these errors were encountered: