We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In SS4 the default GridField on the "Workflows" CMS area has an import and export CSV action:
The export action works, but the import action doesn't.
When compared with a SS3 version these actions are not available, so I suspect they shouldn't be there in SS4 either:
The text was updated successfully, but these errors were encountered:
The GridField items should have their own export action, rather than the CSV for the whole GridField:
Sorry, something went wrong.
Ok, I've got the inline export buttons working. The import functionality has two problems:
MIME validation failed: Could not find a MIME type for extension yml
Note that the above three points are not regressions when testing between CWP 1.x and 2.x, whereas the broken export functionality is.
I'll submit a pull request to fix the first few issues which at least re-enables export functionality, and we can address import separately.
Worth mentioning - I think that this is probably caused by a compatibility issue with the mimevalidator module in CWP
See also #418 related to import handling
No branches or pull requests
In SS4 the default GridField on the "Workflows" CMS area has an import and export CSV action:
The export action works, but the import action doesn't.
When compared with a SS3 version these actions are not available, so I suspect they shouldn't be there in SS4 either:
The text was updated successfully, but these errors were encountered: