Creating a rule within a collaboration site was not possible

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@48057 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-03-13 18:55:25 +00:00
parent 682de2ef05
commit e653fe265e

View File

@@ -74,7 +74,7 @@ public class ExtendedRuleServiceImpl extends RuleServiceImpl
} }
else else
{ {
saveRule(nodeRef, rule); super.saveRule(nodeRef, rule);
} }
} }