status column not translatable in linked view #154
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#154
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
hi, this is not so urgent but in linked view tabs the status column not translatable ( PUBLISHED etc ... ) !
also i have another question why this column is always showing in linked views ? how we can hide this ?
thanks
You can overwrite any of the default fields, and then exclude or include them in the list view, in the update that is being worked on at this time.
Secondly the Status string is translatable, as you can see in JCB itself.
Then the string "Published" is suppose to look like this:
No sure what you did to mess that up.
This is the code that JCB will build when the status is added:
As you can see here.
yes in admin list view this is ok but in linked view it's not translatable
thanks
Okay we will add translation to that value, seems like my implementation there was out.
See line 7069 in the e_Interpretation.php file of the compiler.
I will add a fix with the next release.