Replies: 1 comment
-
|
Hi, we don't support adding actions and further customisation of relation managers in v1 - as the exception explains, the method needs to be added to an internal LW component, not the relation manager itself. Please upgrade to v2 when this is much easier - if you need support please find us on Discord :) |
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.
-
Hello,
Dont't know if this is a bug or I'm doing something wrong here.
I'm trying to add an action on a table column on a RelationManager. I simply call
->action("myAction")on theTableobject on my RelationManager class (in this case,LineasRelationManager.php).Then I add the method to the RelationManager:
I think this is supposed to work, but when clicking on any column field, i get an exception:
I tried also to add the action method on my
EditRecordcomponent.Is there something I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions