Action's canRun()
disables only the first action in the UI
#6668
Labels
Milestone
canRun()
disables only the first action in the UI
#6668
Description:
When multiple actions have
canRun(fn () => false)
, only first one is greyed out. The rest is not. If you run the action, you get an error, that you are not authorized to run it. However, I would expect that all 3 would be the same and not possible to click.Given an example:
The result:
I would expect that all of those 3 action would be greyed out.
Detailed steps to reproduce the issue on a fresh Nova installation:
Just have a resource with multiple actions, and make all of them
canRun(fn () => false)
The text was updated successfully, but these errors were encountered: