mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Revert previous change as it causes most of our messages to appear twice. For for AWC-1169.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5416 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -108,13 +108,6 @@ public class ErrorsRenderer extends BaseRenderer
|
||||
renderMessageAttrs(fm, out, errorClass, infoClass);
|
||||
out.write(">");
|
||||
out.write(Utils.encode(fm.getSummary()));
|
||||
String detail = fm.getDetail();
|
||||
if (detail != null && detail.length() > 0)
|
||||
{
|
||||
out.write(" (");
|
||||
out.write(Utils.encode(detail));
|
||||
out.write(")");
|
||||
}
|
||||
out.write("</li>\n");
|
||||
}
|
||||
|
||||
@@ -136,13 +129,6 @@ public class ErrorsRenderer extends BaseRenderer
|
||||
renderMessageAttrs(fm, out, errorClass, infoClass);
|
||||
out.write(">");
|
||||
out.write(Utils.encode(fm.getSummary()));
|
||||
String detail = fm.getDetail();
|
||||
if (detail != null && detail.length() > 0)
|
||||
{
|
||||
out.write(" (");
|
||||
out.write(Utils.encode(detail));
|
||||
out.write(")");
|
||||
}
|
||||
out.write("</div>\n");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user