-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
ImportForm not rendered #418
Comments
Hey @shoosah, could you provide some detail on which version of the module / Silverstripe CMS you're running? Additionally, since the linked issue was resolved by the user opening the search UI, could you confirm that the import form doesn't appear when you click the magnifying glass? |
I'm using |
We are also encountering the same issue. |
This is currently blocking importing an exported workflow, but I was able to get an import working by: Modifying the model import class key (AdvancedWorkflowAdmin)
Allowing the import button (AdvancedWorkflowAdmin), although still says "Import CSV":
Fixing an issue with the export_filename_prefix + add Config class usage (WorkflowBulkLoader)
In the project, adding mimetypes for yml/yaml:
I can add a PR if the ^^ seems like the right approach, the mimetype config would need to move into the module. |
Although this issue raised before, this is not rendered again!
The text was updated successfully, but these errors were encountered: