mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fixed failing InviteServiceTest
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30024 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -40,14 +40,14 @@
|
||||
<properties>
|
||||
<property name="imwf:reviewOutcome">
|
||||
<type>d:text</type>
|
||||
<default>Reject</default>
|
||||
<default>reject</default>
|
||||
<constraints>
|
||||
<constraint name="imwf:reviewOutcomeOptions"
|
||||
type="LIST">
|
||||
<parameter name="allowedValues">
|
||||
<list>
|
||||
<value>Approve</value>
|
||||
<value>Reject</value>
|
||||
<value>approve</value>
|
||||
<value>reject</value>
|
||||
</list>
|
||||
</parameter>
|
||||
</constraint>
|
||||
|
@@ -62,7 +62,7 @@
|
||||
<properties>
|
||||
<property name="inwf:inviteOutcome">
|
||||
<type>d:text</type>
|
||||
<default>Reject</default>
|
||||
<default>reject</default>
|
||||
<constraints>
|
||||
<constraint name="inwf:inviteOutcomeOptions"
|
||||
type="LIST">
|
||||
|
Reference in New Issue
Block a user