Skip to content
Snippets Groups Projects

hotline#162651 : Cosmogramme : indexing publication dates

Merged Henri-Damien LAURENT requested to merge hotline#162651_indexing_publication_dates into master
All threads resolved!
Files
3
@@ -230,7 +230,7 @@ class Class_NoticeUnimarc_ListFieldsRules extends Class_NoticeUnimarc_ListFields
protected function _buildOneResult() : array {
return [static::ID => (($id = $this->_getFieldId()->getValue())
return [static::ID => (($id = $this->_truncateLabel($this->_getFieldId()->getValue()))
? strtoupper($id)
: ''),
static::LABEL => $this->_getFieldLabel()->getValue()];