Skip to content
Snippets Groups Projects

dev #135950 Performances

Merged Laurent requested to merge gpsea_performances into hotline
Compare and
3 files
+ 21
8
Preferences
Compare changes
Files
3
@@ -89,7 +89,7 @@ class Class_Notice_Facettes {
return $this->_record->getExemplaires();
$clef_chapeau = Class_Indexation::getInstance()->codeAlphaTitre($this->_record->getTitrePrincipal());
$records = Class_Notice::getAllNoticesByClefChapeau($clef_chapeau);
$records = Class_Notice::getAllNoticesByClefChapeau($clef_chapeau, ['limit' => 20]);
$record_ids = (new Storm_Model_Collection($records))->collect('id');
if ($record_ids->isEmpty())