Make Pholio mock image thumbnails publicly visible
Summary: Refs T2652 - This should make all of Pholio mocks publicly visible The rest that is to be done is more generic, like the ActionListView etc. Test Plan: set mock to public, visited it in another browser without user session Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2652 Differential Revision: https://secure.phabricator.com/D5454
This commit is contained in:
		
				
					committed by
					
						
						epriestley
					
				
			
			
				
	
			
			
			
						parent
						
							92003b6822
						
					
				
				
					commit
					42e875e5bc
				
			@@ -7,6 +7,10 @@ final class PholioInlineThumbController extends PholioController {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  private $imageid;
 | 
					  private $imageid;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  public function shouldAllowPublic() {
 | 
				
			||||||
 | 
					    return true;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  public function willProcessRequest(array $data) {
 | 
					  public function willProcessRequest(array $data) {
 | 
				
			||||||
    $this->imageid = idx($data, 'imageid');
 | 
					    $this->imageid = idx($data, 'imageid');
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user