?
Referenced as Duplicate of: # 26432
avatar C-Lodder
C-Lodder
8 Feb 2019

Steps to reproduce the issue

  1. Go to the User Manager
  2. Click on any user
  3. Click the "permissions" icon

You'll notice the missing lang string for COM_WORKFLOW_DEFAULT_WORKFLOW

Actual result

screeny

avatar C-Lodder C-Lodder - open - 8 Feb 2019
avatar joomla-cms-bot joomla-cms-bot - change - 8 Feb 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 8 Feb 2019
avatar SharkyKZ
SharkyKZ - comment - 8 Feb 2019

Asset titles are not translatable.

avatar infograf768
infograf768 - comment - 8 Feb 2019

Set Debug lang on.
The string exists
COM_WORKFLOW_DEFAULT_WORKFLOW="Joomla! Default"
Not only the language file is not loaded but the Asset Title Column values are NOT translatable at all.
Published, etc are also not translated at all

avatar C-Lodder
C-Lodder - comment - 8 Feb 2019

Whether is translatable or not, something should be done as it's creating a lot of unecessary whitespace

And that just looks like a plain bug on a fresh installation

avatar infograf768
infograf768 - comment - 8 Feb 2019

something should be done

Agree.

@bembelimen

avatar infograf768
infograf768 - comment - 8 Feb 2019

Evidently we need to modify to
<?php echo $this->escape(Text::_($item->title)); ?>
but it is not sufficient as the correct ini files are not loaded in most cases.

avatar brianteeman
brianteeman - comment - 21 Feb 2019

It is nothing to do with translations or language strings.

This column gets its value from the assets table

SELECT a.id, a.name, a.title, a.level, a.lft, a.rgt
FROM `__assets` AS `a`
ORDER BY a.lft asc LIMIT 20

The value in the assets table is COM_WORKFLOW_DEFAULT_WORKFLOW

So the problem is not here but with the code that creates the record in the assets table which is actually an error in the installation sql.

Pull request incoming

avatar brianteeman
brianteeman - comment - 21 Feb 2019

Please test #23976

avatar Quy Quy - change - 21 Feb 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-02-21 22:18:03
Closed_By Quy
avatar joomla-cms-bot joomla-cms-bot - change - 21 Feb 2019
Closed_By Quy joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 21 Feb 2019
avatar joomla-cms-bot
joomla-cms-bot - comment - 21 Feb 2019

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23794

avatar infograf768
infograf768 - comment - 23 Feb 2019

Please test #23992

Add a Comment

Login with GitHub to post a comment