We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running an action on an association there is no straightforward way to access the parent record.
Passing parent record as argument as explained in detail here #3159 (comment)
Demo commit: b55d4e4
def fields
def handle
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because there was no activity for the past 15 days.
Sorry, something went wrong.
No branches or pull requests
Context
When running an action on an association there is no straightforward way to access the parent record.
Workaround
Passing parent record as argument as explained in detail here #3159 (comment)
Demo commit: b55d4e4
Approach
OR
def fields
anddef handle
methods.The text was updated successfully, but these errors were encountered: