Project

General

Profile

Bug #16123

Updated by Peter Amstutz about 4 years ago

# Create a project 
 # Add a collection 
 # Trash the project 
 # Go to the trash 
 # Double click on the project 
 # You'll get an error, but you'll be able to browse it and see the collection 
 # Double click on the collection 
 # You'll get more errors, but still be able to browse it 

 I suspect that browsing still works because despite request failures, the components are rendered from the internal resource cache (not directly from the request response). 

 Browsing should work with @include_trash=true@ so queries need to be aware that the item is in the trash and add the flag. 

Back