- Issue created by @mjpa
- Merge request !109Issue #3456171: Return the path of where the file was saved rather than the original path. → (Open) created by mjpa
- Status changed to Needs review
6 months ago 8:46am 21 June 2024 - 🇬🇧United Kingdom mjpa
Created a MR with a fix, before, the output (for both times) was:
Executing drush content:export node --entities="11006" [notice] Message: Successfully exported the content. You can find the exported file at the following location: /var/core/www/scs-export/node-article-6a914ecd-c45c-4dd9-96f7-52db833ae391_14.yml
With the fix applied, the 2nd execution gives the output:
Executing drush content:export node --entities="11006" [notice] Message: Successfully exported the content. You can find the exported file at the following location: /var/core/www/scs-export/node-article-6a914ecd-c45c-4dd9-96f7-52db833ae391_14_0.yml
which contains the correct filepath.