Project

General

Profile

Feature #14201

Updated by Tom Clegg over 5 years ago

If a truthy @exclude_home_project@ shared_with_me[1] query parameter is given, 
 * include only items that are not otherwise reachable by the current user via project tree -- i.e., items whose parents are not visible to the current user, or are users other than the current user, or are non-project groups (see #13146) 
 * return a "bad request" error if parent/owner uuid is also given 

 fn1. "shared_with_me" isn't an ideal name for this -- maybe "except_home_project" or something along those lines? 

Back