AJAX autocomplete fix#249
Conversation
|
Just for reference: |
|
Interesting, I'll try autocomplete_deluxe with that turned off and see what it does. This is one of my first pull requests, sorry about that! I'm a huge fan, by the way; this config works really well. |
|
To prevent allowing direct access to index.php is written a little module Autocomplete Unblock Opened issue on Drupal.org Project applications https://www.drupal.org/node/2821473 To use it just clone to modules directory and enable. |
|
@kkomelin autocomplete_deluxe doesn't work in some cases. For example, on author's name at node edit form. |
|
Thanks @iryston. Still works for me and prevents patching Drupal core! |
I was getting an error when using entity reference autocomplete fields, as well as some errors with views ajax with the default configuration. I found this snippet online and it 100% fixed the problem! It could be some sort of other server config, I'm not an expert. This is also one of my first pull requests so I apologize if I'm out of line haha! Let me say that this config has worked extremely well and I'm grateful for all of your work. Take it for what it's worth, just a thought! I found others online with the same problem and had a hard time tracking down the right solution.
Thanks!