Project

General

Profile

Bug #11097

Updated by Tom Clegg about 7 years ago

Disable this check in source:services/api/app/models/container.rb 

 <pre><code class="ruby"> 
     if outputs.count.count != 1 
       Rails.logger.debug("Found #{outputs.count.length} different outputs") 
 </code></pre> 

 Use the oldest matching container whose output and log collections exist, aren't trashed, and are readable by the current user. available container. 

Back