ekvedaras / laravel-query-intellij

💿 Laravel Query Builder integration for PhpStorm
MIT License
47 stars 3 forks source link

Unable to select a data source in the plugin UI #66

Closed JackWH closed 2 years ago

JackWH commented 2 years ago

After a recent update of the plugin, I get the notification bubble prompting me to choose a data source, which takes me to this window:

Screenshot 2021-09-29 at 11 22 48

However, clicking anywhere in the list does... absolutely nothing. I can't tick any of the boxes, or order/sort any of the columns. I can resize them, but that's the only interaction I can see to do with the window.

There's no errors or beeps — just appears to be totally non-responsive. I've tried invalidating caches + restarting, but it makes no difference.

(This issue aside, thanks for a great plugin!)

ekvedaras commented 2 years ago

Hey, I see in the screenshot "Filter data sources" checkbox is disabled. The table should become interactive once you enable that.

JackWH commented 2 years ago

@ekvedaras Thanks for the speedy reply... I'd tried that before, but it didn't work. However, I just tried again now and realised it does work, but not when you click the checkboxes themselves — you have to click the label with the database name before the box will tick.

Thanks!

ekvedaras commented 2 years ago

Yeah I've noticed this before but I thought it was my corrupt test data 🤔 I will look into those checkboxes why they sometimes do not function properly when clicked directly.