Skip to content

Commit

Permalink
CORE-4181: Fixed the Shared With Me label.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnworth committed May 6, 2013
1 parent 703ca90 commit 4c4f6b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nibblonian/irods_actions.clj
Expand Up @@ -741,7 +741,8 @@
(when-not (is-readable? cm user root-dir)
(set-permissions cm user (ft/rm-last-slash root-dir) true false false))

(assoc (sharing-data cm user root-dir) :label "Shared")))
(let [listing (sharing-data cm user root-dir)]
(assoc listing :label (id->label cm user (:id listing))))))

(defn get-quota
[user]
Expand Down

0 comments on commit 4c4f6b0

Please sign in to comment.