Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Disable prefixes for now because front-end can't deal with them yet
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Feb 6, 2023
1 parent 17947d4 commit 8eb8a35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Service/InstallationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,9 @@ private function addSchemasToCollection(CollectionEntity $collection, string $sc
private function createCollections(): array
{
$collectionConfigs = [
['name' => 'Kiss', 'prefix' => 'kiss', 'schemaPrefix' => 'https://kissdevelopment.commonground.nu/kiss'],
// todo: disabled prefixes for now, because we need to change the kiss front-end first
// ['name' => 'Kiss', 'prefix' => 'kiss', 'schemaPrefix' => 'https://kissdevelopment.commonground.nu/kiss'],
['name' => 'Kiss', 'schemaPrefix' => 'https://kissdevelopment.commonground.nu/kiss'],
];
$collections = [];
foreach($collectionConfigs as $collectionConfig) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"commongateway/corebundle": ">=0.0.1",
"common-gateway/brp-bundle": ">=0.0.12",
"common-gateway/zgw-bundle": ">=0.1.19",
"common-gateway/klanten-bundle": ">=0.0.20",
"common-gateway/klanten-bundle": ">=0.0.21",
"common-gateway/kvk-bundle": ">=0.0.10"
},
"require-dev" : {
Expand Down

0 comments on commit 8eb8a35

Please sign in to comment.