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
This issue is exactly the same issue as Issue 6124 where it was indicated that it was fixed--though it appears to be unresolved. When returning multiple canRun callback functions, when one canRun function returns false, any subsequent callback functions return true regardless of their actual truthy value. In short, I can not have two + N callback functions return false.
Detailed steps to reproduce the issue on a fresh Nova installation:
Return two canRun functions as false
Return one true one false
Return one true one false
The text was updated successfully, but these errors were encountered:
This seems to be specific to the actions dropdown menu that appears when performing the check box selection. Inline and the details page seems to respect the truthy values as expected.
Description:
This issue is exactly the same issue as Issue 6124 where it was indicated that it was fixed--though it appears to be unresolved. When returning multiple canRun callback functions, when one canRun function returns false, any subsequent callback functions return true regardless of their actual truthy value. In short, I can not have two + N callback functions return false.
Detailed steps to reproduce the issue on a fresh Nova installation:
Return two canRun functions as false
Return one true one false
Return one true one false
The text was updated successfully, but these errors were encountered: