avo
avo copied to clipboard
Action dropdown issue: click only works on the icon
Describe the bug
The action only works when clicking on the icon of the action, the text does not work.
Steps to Reproduce
Click on an action
System configuration
Avo version: 2.15.3
Rails version: 7.0.3.1
Ruby version: 3.1.2
License type:
- [ ] Community
- [x] Pro
Screenshots
https://user-images.githubusercontent.com/575138/191134665-49e0b376-50cf-480c-83cc-ea7c35920de6.mp4
Impact
- [ ] High impact
- [x] Medium impact
- [ ] Low impact
Urgency
- [ ] High urgency
- [x] Medium urgency
- [ ] low urgency
Thanks for getting back to us with this 🙌
That's actually a bug. So the action you are showing is disabled because you haven't selected any records. I you want to run actions without selecting records, then you should use standalone actions.
The bug you're seeing is that you can click an icon and run the action when you shouldn't be able to do that.
Ok, and is it possible to have an action that runs on the entire table?
This is somewhat related to #1248
Ok, and is it possible to have an action that runs on the entire table?
This is somewhat related to #1248
Hey @alansikora, since Avo 2.14 we are able to select all records from the entire table (with the current filters applied), then if you run an action it will run on all that records.

Ok, and is it possible to have an action that runs on the entire table?
This is somewhat related to #1248
Or the alternative is to create a standalone action, and you can run that on all records.
Ok, and is it possible to have an action that runs on the entire table? This is somewhat related to #1248
Or the alternative is to create a standalone action, and you can run that on all records.
That's a possibility if you don't care about applied filters and just want to run the action on all records