RelationshipManager Table Actions.
I've created a relationship manager, with a view page, and applied a table class so it is visible on the parent view component however, the actions don't seem to show at all.
I figured it might be to do with authorisation, however, that didn't seem to be the case.
Everything but the actions are working as expected.
2 Replies
Solution
Override
isReadOnly()
in the Relation Manager to return false.Thank you.