We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b5381 commit facd2aaCopy full SHA for facd2aa
modules/stanford_person/modules/stanford_person_importer/src/Config/ConfigOverrides.php
@@ -134,7 +134,7 @@ protected function getImporterUrls(): ?array {
134
return NULL;
135
}
136
137
- $allowed_fields = $this->getAllowedFields();
+ $allowed_fields = array_unique($this->getAllowedFields());
138
foreach ($urls as &$url) {
139
$url = Url::fromUri($url);
140
$url->mergeOptions(['query' => ['whitelist' => implode(',', $allowed_fields)]]);
0 commit comments