No Code Attached Yet bug
avatar tristan-bellosta
tristan-bellosta
2 Mar 2023

Steps to reproduce the issue

Go to Users> Manage on backend.
Uncheck one or more columns for display on top right dropdown (let's say "Last Visit" and "Registered" - see Capture1)
Then, edit the current user you're logged with and change the backend language on "Basic settings" tab.
Save and close.

Expected result

The columns you chose to display/hide shoud remain the same.

Actual result

You have a new configuration if the translation of "users" is not the same on the new language.
In french it's "utilisateurs" and we have a different configuration set on Local Storage (see Capture2)
Not sure if it is expected behaviour.

System information (as much as possible)

Joomla 4.2.8

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
1.00

avatar tristan-bellosta tristan-bellosta - open - 2 Mar 2023
avatar tristan-bellosta tristan-bellosta - change - 2 Mar 2023
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 2 Mar 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 2 Mar 2023
avatar tristan-bellosta
tristan-bellosta - comment - 2 Mar 2023

Captures wasn't uploaded on initial message
screen shot 2023-03-02 at 10 45 35
screen shot 2023-03-02 at 10 45 36


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39980.

avatar chmst
chmst - comment - 2 Mar 2023

Intersting finding :) I could not replicate it with German, probably be I missed a step.

avatar Hackwar Hackwar - change - 3 Mar 2023
Labels Added: bug
avatar Hackwar Hackwar - labeled - 3 Mar 2023
avatar brianteeman
brianteeman - comment - 3 Mar 2023

Confirmed for users (not articles)

The reason is this line in the js

this.storageKey = `joomla-tablecolumns-${this.tableName}`;

As the storing of table column settings is per user I wonder how often this will ever be an issue

Add a Comment

Login with GitHub to post a comment