Skip to content

Commit

Permalink
LIDO: Remove non-standard identifier field.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Jun 28, 2024
1 parent c1f1107 commit 3be8e29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/RecordManager/Base/Record/Lido.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ public function toSolrArray(Database $db = null)
$data['description'] = $this->getDescription();

$data['format'] = $this->getObjectWorkType();
$data['identifier'] = $this->getIdentifier();
$data['institution'] = $this->getLegalBodyName();

$data['author'] = $this->getAuthors();
Expand Down
2 changes: 0 additions & 2 deletions tests/RecordManagerTest/Base/Record/LidoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public function testLido1()
'title_alt' => [],
'description' => '',
'format' => 'Kirja',
'identifier' => '26054',
'institution' => 'Test Institution',
'author' => [
'Designer, Test',
Expand Down Expand Up @@ -182,7 +181,6 @@ public function testLido1NonMergedTitle()
],
'description' => '',
'format' => 'Kirja',
'identifier' => '26054',
'institution' => 'Test Institution',
'author' => [
'Designer, Test',
Expand Down

0 comments on commit 3be8e29

Please sign in to comment.