BUG: The result does not fill in the fields User Name and Name

When doing a search, the result does not fill in the fields User Name and Name the grid.
I noticed it happening in the software in Portuguese into English works perfectly.

Possible solution: UserSearchResult.java the file, change line 122 in the code below

if (column.getLabel().equals(tableValue)) {

tableValue = column.getVariable();

break;

}

to

if (column.getVariable().equals(tableValue)) {

tableValue = column.getVariable();

break;

}

analyze code, please.

tks

Version: Spark 2.6.0 RC1

column.getLabel() and column.getVariable() both hold the same Value

for me changing makes no difference

can you post errorlogs or screenshots

i also switched my language to português-Brasil and it still works as intended

Hi Wolf,

screenshot:

Image Hosted by ImageShack.us