Skip to content

Commit b6dd220

Browse files
committed
do not validate clientIds, becaude they can still be nill from PPF.
1 parent d9fb9ae commit b6dd220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Project/Controller/ImportProjectController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function importProject(string $uuid, Request $request): JsonResponse
2626
$postedProject = json_decode($request->getContent());
2727

2828
$this->validate(
29-
['userId', 'name', 'summary', 'groupId', 'testApiKeySapi3', 'liveApiKeySapi3', 'testClientId', 'liveClientId', 'state'],
29+
['userId', 'name', 'summary', 'groupId', 'testApiKeySapi3', 'liveApiKeySapi3', 'state'],
3030
$postedProject
3131
);
3232

0 commit comments

Comments
 (0)