Bug in Project-Task Widget in Project Summary view if language != English
How to reproduce:
-
set user language different from English
-
create a Project task in a Project and go in Project Summary
-
Edit Task Status
-
Status is lost
The cause is the translated "value" in the < li > picklist:
This value is sent via SaveAjax action:
The edit form picklist send the original value instead:
We will push a MR fixing the issue