Skip to content

Commit

Permalink
Update user.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrecuer committed Apr 13, 2019
1 parent b9dd38f commit 85ad597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85ad597

Please sign in to comment.