Skip to content

Commit d1f8927

Browse files
committed
EAD3: Use getTitleField to get the title for sorting.
1 parent 633ca93 commit d1f8927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RecordManager/Base/Record/Ead3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,6 @@ protected function getFullTitle(): string
702702
*/
703703
protected function getTitleSort(): string
704704
{
705-
return mb_strtolower($this->metadataUtils->stripPunctuation($this->getTitle()), 'UTF-8');
705+
return mb_strtolower($this->metadataUtils->stripPunctuation($this->getTitleField()), 'UTF-8');
706706
}
707707
}

0 commit comments

Comments
 (0)