Detail view - Case insensitivity Bug with 2 different key values

I have 2 entries in a table

  • the 1st with key = TestAbe
  • the 2nd with key = Testabe

In the table view, I have 2 entries -> OK

When I select the 1st-> Ok the detail view is the 1st one

When I select the 2nd-> KO the detail view is the 1st one

 

It seems the detail view is not case sensitive.

 

0 4 69
4 REPLIES 4

Steve
Platinum 4
Platinum 4

Correct, row keys are case-insensitive: upper- and lowercase are equivalent.

Thank you for your reply Steve.

We can consider this is a bug in the import csv.

This issue happened after a CSV import

It is not a bug, it is by design.

Although I think it's not a good design actually.

Nevertheless, it's important to know how it works and then don't fight against it anyway

Top Labels in this Space