06-19-2017 09:49 AM
Hello - I've defined a contribution for a custom document lifecycle. It's basically the same as the default but has an additional state. The XML looks like this:
<states>
<state name="project" ...
<state name="foo" ...
In the UI, when a document is in the "project" state it displays thus: "Project" (Proper case.) When a document is in the "foo" state it displays as "foo" (lower case.) Is there magic that translates the "project" state in the contribution to "Project" in the UI? If so - how do I utilize the magic to make "foo" display as "Foo"? (Reluctant to define the foo state as "Foo" in the XML because everything else is lower case...) Thanks
06-19-2017 10:43 AM
Hi, Nuxeo uses cancel=Cancel project=Project approved=Approved etc. So you can do the same thing in your messages.properties foo=Foo
Thank`s, Bora
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.