You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser type and version: Google Chrome Version 120.0.6099.216 (Official Build) (arm64)
Description:
Let's say I have three actions and all of them have canRun() defined on them with a return value of "false". canSee() is not defined on any of them. The first issue is that on the detail view only the first action in the list is disabled (grayed out). Rest of the actions are displayed as active and are clickable. If I were to comment out the first action, then the next action will become disabled. And the second issue is in the index view, canRun() method instead of disabling actions hides them (i.e. behavior is not consistent with the detail view).
Detailed steps to reproduce the issue on a fresh Nova installation:
Create three actions and register them on a resource.
Define canRun() method on all of them and make it return "false".
Observe the result in a detail and index view.
The text was updated successfully, but these errors were encountered:
Description:
Let's say I have three actions and all of them have canRun() defined on them with a return value of "false". canSee() is not defined on any of them. The first issue is that on the detail view only the first action in the list is disabled (grayed out). Rest of the actions are displayed as active and are clickable. If I were to comment out the first action, then the next action will become disabled. And the second issue is in the index view, canRun() method instead of disabling actions hides them (i.e. behavior is not consistent with the detail view).
Detailed steps to reproduce the issue on a fresh Nova installation:
The text was updated successfully, but these errors were encountered: