No Code Attached Yet good first issue
avatar Kostelano
Kostelano
6 Apr 2022

Steps to reproduce the issue

Go to System - Languages (Manage). There is an error in the language tag column and sort table.

Screenshot_1

Screenshot_2

avatar Kostelano Kostelano - open - 6 Apr 2022
avatar joomla-cms-bot joomla-cms-bot - change - 6 Apr 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 6 Apr 2022
avatar Kostelano Kostelano - change - 6 Apr 2022
The description was changed
avatar Kostelano Kostelano - edited - 6 Apr 2022
avatar chmst
chmst - comment - 6 Apr 2022

Ordering by language Tag, not by language. Thanks for checking ;)

avatar chmst chmst - change - 6 Apr 2022
Labels Added: good first issue
avatar chmst chmst - labeled - 6 Apr 2022
avatar Kostelano
Kostelano - comment - 6 Apr 2022

The problem is related to the fact that the sorting elements are tied to multilingualism, although in my example multilingualism is not enabled.

<option value="language ASC" requires="multilanguage">COM_LANGUAGES_HEADING_LANG_TAG_ASC</option>
<option value="language DESC" requires="multilanguage">COM_LANGUAGES_HEADING_LANG_TAG_DESC</option>

avatar brianteeman
brianteeman - comment - 6 Apr 2022

There are two different errors here

  1. requires="multilanguage" should not be there - that fixes the language tag issue
  2. The first column is headed Title but the filter for that column is called Language (this same issue is present in the Languages: Content page)

==

  1. Easy fix
  2. Should the column be changed to Language to match the filter name OR should the filter be change to Title to match the column name
avatar brianteeman
brianteeman - comment - 6 Apr 2022

Did a PR for the first part

avatar RitikaGarg-tech
RitikaGarg-tech - comment - 9 Apr 2022

Can I work on this issue?

avatar Manaswini123456
Manaswini123456 - comment - 9 Apr 2022

Can I work on this issue. If yes can somebody guide me on the above?

avatar drmenzelit
drmenzelit - comment - 9 Apr 2022

@RitikaGarg-tech @Manaswini123456 every one can work on issues, you don't need to ask for permission.
Please check the information we give the GSoC students in the glip channel.

avatar Kostelano Kostelano - change - 10 Apr 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-04-10 14:25:24
Closed_By Kostelano
avatar Kostelano Kostelano - close - 10 Apr 2022
avatar Kostelano
Kostelano - comment - 10 Apr 2022

PR #37527 for the header column.

Add a Comment

Login with GitHub to post a comment