Dan Tappin
Dan Tappin
Same issue here - that include doesn't work
Ok - was looking in the source code - there must be a bug in the .min version. The full .js file seems to work fine.
To clarify I mean like the functionality Searchkick has: `Searchkick.models.each do |model| puts "Reindexing #{model.name} on #{tenant.tenant_name}" model.reindex end` It knows which models there are indexes on.
Ok - was just hoping there was a quick method like Searchkick has. I even looked in the source code for SK trying to figure out how that method works...
I never got past this post and my efforts stalled. That is probably a good starting point. As you mentioned the potential for errors / disaster is there. In my...
I know this a stale repo but figured I would ask. I have this functionality as suggested by @RomanBurunkov. The issue that remains is that the placeholder doesn't get added....
I had a rouge `dd-nochildren` in my DOM which caused this. It seems that you can't dynamically change the `dd-placeholder` class from these callbacks as you move the selection around...