mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Expired content job now uses a query to find expired items rather than crawling all nodes
- Fixed bug when handling expired items submitted by users removed from web project - Re-applied config for comments in manage task dialogs - Re-applied config for expired items actions - Removed fix width for comment column in workflow history git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5811 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -202,7 +202,7 @@ public class UIWorkflowHistory extends SelfRenderingComponent
|
||||
out.write(Utils.getDateTimeFormat(context).format(createdDate));
|
||||
out.write("</td><td>");
|
||||
out.write(owner);
|
||||
out.write("</td><td width='200'>");
|
||||
out.write("</td><td>");
|
||||
out.write(comment == null ? "" : comment);
|
||||
out.write("</td><td>");
|
||||
out.write(Utils.getDateTimeFormat(context).format(completedDate));
|
||||
|
Reference in New Issue
Block a user