Skip to content

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

Schermata_del_2025-03-17_17-04-08

The cause is the translated "value" in the < li > picklist:

Schermata_del_2025-03-17_17-05-34

This value is sent via SaveAjax action:

Schermata_del_2025-03-17_17-08-26

The edit form picklist send the original value instead:

Schermata_del_2025-03-17_17-09-39

We will push a MR fixing the issue

Edited by vincenzo.bruno