Revert "attempted fix of null token perm calls"
authorChris Sharp <csharp@georgialibraries.org>
Fri, 27 Jan 2023 20:38:33 +0000 (15:38 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 27 Jan 2023 20:38:33 +0000 (15:38 -0500)
This reverts commit 54738e6d27adf77f4868ba4d5b1f7f586a7781b0.

Open-ILS/web/js/ui/default/staff/services/auth.js

index e1bb7e8..358c036 100644 (file)
@@ -402,10 +402,6 @@ function($q , egNet , egAuth , egOrg) {
             isArray = false;
             permList = [permList];
         }
-       // some calls are getting this far without a valid auth token
-       if (!egAuth.token || egAuth.token() === null) {
-          return null;
-       }
         // as called, this method will return the top-most org unit of the
         // sub-tree at which this user has the selected permission.
         // From there, flesh the descendant orgs locally.