Action only via relationship not work with dependent field #6577
Unanswered
258034-DuongVietHoang
asked this question in
Ideas & Feature Requests
Replies: 3 comments
-
Can you explain the requirement you used for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes it doesn't provide those information because it was not designed to be use in such way. |
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.
-
I have
Event
andAttendee
resources which have many to many relationship.I have an action of
Attendee
that need to only show up onEvent
resource detail page.This is work fine until I change the select option of the
template
field which it will call an "action API" which not pass params likeviaResource
,viaResourceId
,viaRelationship
which make thecanSee
returnfalse
everytime.I have temporarily fixed it by change the
canSee
condition but I don't know if that a right way.Beta Was this translation helpful? Give feedback.
All reactions