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
I want to store name column value of some tables instead of id so i have use override behavior for this like as below
override
return [ 'AuditTrailBehavior' => [ 'class' => 'bedezign\yii2\audit\AuditTrailBehavior', 'override' => [ 'leadsource_id' => [ 'tableName' => 'bs_leadstatus', 'searchField' => 'leadstatus_id', 'returnField' => 'name' ] ] ] ];
But still it will store leadstatus_id instead of name so how can i store name ?
leadstatus_id
name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to store name column value of some tables instead of id so i have use
override
behavior for this like as belowBut still it will store
leadstatus_id
instead ofname
so how can i storename
?The text was updated successfully, but these errors were encountered: