Stefan Doorn

Results 52 issues of Stefan Doorn

#279 - https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke

@enesaktay ? I'm looking through it, but not sure it's needed actually.

My custom order export currently simply exports all orders to either CSV or Excel. On the first run in production (without grid filters) trying to export to CSV, I'm running...

Source: https://github.com/FriendsOfSylius/SyliusImportExportPlugin/pull/37/files#r168944314

Source: https://github.com/FriendsOfSylius/SyliusImportExportPlugin/pull/37/files#r168944522

This is my config, but I haven't defined a 'country' importer. The form is still shown in my admin, which is not really something I would like in this case....

https://github.com/FriendsOfSylius/SyliusImportExportPlugin/blob/master/src/Resources/views/Crud/import_form.html.twig#L7 It's now: `Country import`, while `Import countries` would be nicer. Currently the 'country' term is injected, not the plural version of it - countries.

Probably through configuration or maybe through tagging. E.g. I want an Order exporter in UI, but I do not want an Order Importer. I do want a Countries importer on...