Hi,
I would like to rename the "New and In Progress Tasks" filtering view of the Universal Worklist.
I tried using this :
<View name="DefaultView" ... referenceBundle="tasks">
<Descriptions default="Toutes les tâches à traiter">
<ShortDescriptions>
<Description Language="en" Description="All tasks to perform"/>
<Description Language="fr" Description="Toutes les tâches à traiter"/>
</ShortDescriptions>
</Descriptions>
<DisplayAttributes>
...
</DisplayAttributes>
</Descriptions>
</View>
... but it didn't work.
Would someone have any idea about this issue?
Best regards
Arnaud