Project

General

Profile

Bug #3770

Updated by Brett Smith over 9 years ago

A user has permission to see a Job through a Project.    They can visit the Job page just fine.    However, they do not have permission to read the Job's log.    When the user opens the Job's Log tab, Workbench shows a Fiddlesticks page, because the API server returns 404 for the Log. 

 This bug has at least one and maybe two components: 

 * The Logs of Jobs for Pipelines that are in Projects should be owned by that Project.    This might already be fixed in #3342, but double-check. 
 * Workbench should display a nicer message explaining that the log was not found, rather than Fiddlesticks. 

Back