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
Using it in link generation has been introduced in #138
I looked at the code and there doesn't seem to be an obvious way to tell the system that while I use the table from another plugin, the links shouldn't refer to it.
I'm hoping there's a way to somehow pass some flag through in an event callback of some kind?
The text was updated successfully, but these errors were encountered:
Results in:
The plugin alias is being automatically picked up from the table name in dot notation here:
crud-view/src/Listener/ViewListener.php
Line 578 in 28f1bcd
Using it in link generation has been introduced in #138
I looked at the code and there doesn't seem to be an obvious way to tell the system that while I use the table from another plugin, the links shouldn't refer to it.
I'm hoping there's a way to somehow pass some flag through in an event callback of some kind?
The text was updated successfully, but these errors were encountered: