diff --git a/app/models/user.rb b/app/models/user.rb index 227ee3d..b0e84a8 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -119,8 +119,8 @@ def has_shared_access?(folder) end puts("END ---------------- ancestors exploration") - # CAUTION - normally the following is only used with the old PRIMITIVE style of browsing, ie breadcrumb navigation - # it is not used by the new API-based Ajax browsing style + # CAUTION - normally the following happens rarely, mostly with the old PRIMITIVE style of browsing, ie breadcrumb navigation + # it is not really used by the new API-based Ajax browsing style, except with the go_up button !! # if you have swarmed a folder, you need to access to the whole tree of the primo ancestor of the folder # by primo ancestor, we mean the root folder which hosts directly or indirectly the folder # we explore all the subfolders directly or indirectly related to the primo ancestor of the folder