Hi,
In my list page I have a dropdown menu in a column.
When I click the inline edit there is a strange behavior for the selected item:
For example if I have 3 elements in the dropdown menu
Open
Closed
Rejected
and my list is
Project 1 --- Open
Project 2 --- Open
Project 3 --- Closed
Project 4 --- Closed
Project 5 --- Closed
Project 6 --- Open
etc...
If I click the Project 1 inline edit, the selected item in the dropdown menu is Open --> OK
If I click the Project 2 inline edit, the selected item in the dropdown menu is Open --> OK
If I click the Project 3 inline edit, the selected item in the dropdown menu changes from Closed to Open --> KO
In the same way, If I delete the cache and refresh my list page, if the first inline edit I click is for example:
Project 3, the selected item in the dropdown menu is Closed --> OK
But all the following inline edit give me Closed in the dropdown menu.
It seems that the first value is stored somewhere!!