Commit 31cb51ceed24ddb22a5553a2770aff7d8c25300d
1 parent
98eb684f
Include forceSameNameCheckin in list of policies
Committed by: Tohir Solomons
Showing
1 changed file
with
1 additions
and
1 deletions
webservice/clienttools/services/0.9/kt.php
| ... | ... | @@ -688,7 +688,7 @@ class kt extends client_service { |
| 688 | 688 | $config = KTConfig::getSingleton (); |
| 689 | 689 | $this->addDebug ( 'KTConfig Singleton', $config ); |
| 690 | 690 | |
| 691 | - $policies = array ('allowRememberPassword', 'explorerMetadataCapture', 'officeMetadataCapture', 'captureReasonsCheckin', 'captureReasonsCheckout', 'captureReasonsDelete', 'captureReasonsCancelCheckout', 'captureReasonsCopyInKT', 'captureReasonsMoveInKT' ); | |
| 691 | + $policies = array ('allowRememberPassword', 'explorerMetadataCapture', 'officeMetadataCapture', 'captureReasonsCheckin', 'captureReasonsCheckout', 'captureReasonsDelete', 'captureReasonsCancelCheckout', 'captureReasonsCopyInKT', 'captureReasonsMoveInKT', 'forceSameNameCheckin' ); | |
| 692 | 692 | |
| 693 | 693 | $returnPolicies = array (); |
| 694 | 694 | $test = $config->get ( 'clientToolPolicies/allowRememberPassword' ); | ... | ... |