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
I'm using this and some time i need to join the two or multiple table and i give any particular column name convert as alias and i try to get locale value form $data->getTranslation('Alias_column_name','langName') its give a error of
"Cannot translate attribute category_name as it's not one of the translatable attributes: name
thie the category_name is my alias for another field of other table
This discussion was converted from issue #352 on July 01, 2022 11:58.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using this and some time i need to join the two or multiple table and i give any particular column name convert as alias and i try to get locale value form $data->getTranslation('Alias_column_name','langName') its give a error of
"Cannot translate attribute
category_name
as it's not one of the translatable attributes:name
thie the category_name is my alias for another field of other table
to give and solution for alias filed in join
Beta Was this translation helpful? Give feedback.
All reactions