GetDKAN / dkan-tools

CLI tools for DKAN site management
https://getdkan.github.io/dkan-tools/
15 stars 14 forks source link

Add development.services.yml to assets #276

Closed janette closed 3 years ago

janette commented 4 years ago

Drupal adds additional check on POST query

Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Fixes GetDKAN/dkan#3258

dafeder commented 4 years ago

@janette wasn't something needed to include this in settings.php?

janette commented 4 years ago

@dafeder yes, wasn't sure if we wanted that included by default, I'll add it.

dafeder commented 4 years ago

I wonder if we need a command at all if we can just put in the docker container by default?