mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
- Added new "taskOwner" transient property to the TaskFormProcessor, this returns the task owner using string format of "username|firstname|lastname" - Added new "taskowner" form control that renders a user profile link using the string above - Added the "taskOwner" property to all task form configs git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22392 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
21 lines
824 B
Properties
21 lines
824 B
Properties
# form service externalised display strings
|
|
|
|
form_service.mimetype.label=Mimetype
|
|
form_service.mimetype.description=Mimetype of the content
|
|
form_service.encoding.label=Encoding
|
|
form_service.encoding.description=Encoding of the content
|
|
form_service.size.label=Size
|
|
form_service.size.description=Size of the content in bytes
|
|
|
|
form_service.message.label=Message
|
|
form_service.message.description=Message the user entered when starting the workflow
|
|
form_service.message.value.none=(No Message)
|
|
|
|
form_service.transitions.label=Transitions
|
|
form_service.transitions.description=The transitions available for the task
|
|
|
|
form_service.package.items.label=Items
|
|
form_service.package.items.description=Items that are part of the workflow
|
|
|
|
form_service.task.owner.label=Owner
|
|
form_service.task.owner.description=The user that owns the task |