Skip to content
Commit cf1fdf98 authored by Stephen Connolly's avatar Stephen Connolly
Browse files

[FIXED JENKINS-31649] Check should be against AccessControlled and Permission.READ

- The previous check was to narrow.
- We now check on AccessControlled (which is implemented by Item)
- We now also check on Permission.READ (which is the generic read permission)

This should allow subtasks who's task may not be an Item to at least implement AccessControlled to alow visibility.

There remains an open question as to whether tasks that are not AccessControlled should ever be visible in the UI
parent 23276180
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment