Pivot Actions don't appear on resource table rows when showInline() is used #5152
Unanswered
puzzledmonkey
asked this question in
Ideas & Feature Requests
Replies: 1 comment
-
|
Having the same 'issue'. Now it is not clear enough on a belongstomany relationship that there is an action available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Pivot Actions annotated with showInline() do now show up on the inline actions menu
Detailed steps to reproduce the issue on a fresh Nova installation:
Create 2 resources with a BelongsToMany relationship with a pivot action using showInline():
Observe that the action appears when selecting the resource checkbox in the main 'Actions' dropdown menu above the resource table, but doesn't show up in the inline actions menu on the individual resource rows.
Beta Was this translation helpful? Give feedback.
All reactions