more materials card picked up for home
This commit is contained in:
		@@ -46,7 +46,7 @@ class ComputedMaterialsReferences extends EntityReferenceFieldItemList
 | 
			
		||||
        ->range(0,200);
 | 
			
		||||
    $results = $query->execute();
 | 
			
		||||
    if ($results) {
 | 
			
		||||
      $nids = array_rand($results, 70);
 | 
			
		||||
      $nids = array_rand($results, 100);
 | 
			
		||||
      foreach ($nids as $key => $nid) {
 | 
			
		||||
        $this->list[$key] = $this->createItem($key, $nid);
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user