mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Temporary fix for the failing UI tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@109158 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -199,7 +199,8 @@ public abstract class ClassifyContentBase extends AbstractRmWebScript
|
|||||||
{
|
{
|
||||||
Date parsedDate = null;
|
Date parsedDate = null;
|
||||||
|
|
||||||
if (isNotBlank(date))
|
// FIXME: "null" check
|
||||||
|
if (isNotBlank(date) && !date.equalsIgnoreCase("null"))
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user