Skip to Content
0
Former Member
Jul 02, 2008 at 01:42 PM

UWL - Universal Worklist - rename a view

35 Views

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&#226;ches &#224; traiter">
    <ShortDescriptions>
      <Description Language="en" Description="All tasks to perform"/>
      <Description Language="fr" Description="Toutes les t&#226;ches &#224; traiter"/>
    </ShortDescriptions>
    </Descriptions>
    <DisplayAttributes>
      ...
    </DisplayAttributes>
  </Descriptions>
</View>

... but it didn't work.

Would someone have any idea about this issue?

Best regards

Arnaud