Martin Bojmaliev
Using ReplicateAction on many to many RelationManager
Using
ReplicateAction
in RelationManager
of type many to many replicates the model and not the relation?
For example I have:
Form
CustomField
ManyToMany
relation between them.
When using ReplicateAction
I want to connect Form
with CustomField
again and not to create another CustomField
2 replies
Filter doesn't work when having `having` in the query
In UserResource i want to filter users that have more then X number of device tokens.
I'm doing something like:
But when I activate the filter the SQL query that's being sent to database doesn't seems to be changed.
Normally in Laravel thinker when I write something like:
It works fine.
Any ideas ?
4 replies