mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixes ALF-10228 - Reject action button is present if Reject action is unchecked in Add Simple Workflow content rule
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31428 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -255,6 +255,10 @@ public final class ApplicationScriptUtils extends BaseScopableProcessorExtension
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
json.put(key, null);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (NamespaceException ne)
|
catch (NamespaceException ne)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user