Hotline#65557 bizarreries abonne
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Filter activity
40 40 return null; 41 41 42 42 $matches = (new Storm_Model_Collection(Class_Exemplaire::findAllBy($params))) 43 ->reject(function($item) 43 ->select(function($item) 44 44 { 45 return $item->getNotice()->isRessourceNumerique(); 45 $record = $item->getNotice(); 46 return $record->isPhysicallyLoanable(); return $item->isPhysicallyLoanable();
évite un Demeter et en plus ce sont les items qui sont loanable en pratique
Edited by Laurentchanged this line in version 9 of the diff
154 154 155 155 156 156 public static function prependBaseUrl($url) { 157 if('' === $url) 158 return BASE_URL . '/'; changed this line in version 9 of the diff
mentioned in commit aa26f770