Adds manager type, blocks certain permissions

This commit is contained in:
Bryce Covert
2020-05-29 07:14:40 -07:00
parent e77e02137c
commit d9bf9867e4
19 changed files with 122 additions and 92 deletions

View File

@@ -72,7 +72,7 @@
(= (:user/role id) "admin")
nil
(= (:user/role id) "user")
(#{"manager" "user"} (:user/role id))
(:user/clients id [])))
(defn result->page [results result-count key args]