We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804ef35 commit e10a408Copy full SHA for e10a408
girderformindlogger/api/v1/cases.py
@@ -69,7 +69,7 @@ def getCase(self, id):
69
if appletId not in applets:
70
applets.append(appletId)
71
72
- hasPermission = True if len(document['applets']) else False
+ hasPermission = True if not len(document['applets']) else False
73
for appletId in document['applets']:
74
if appletId in applets:
75
hasPermission = True
0 commit comments