adding inputs output struct based on argo naming for now
This commit is contained in:
		@@ -91,10 +91,11 @@ func (ao *Workflow) VerifyAuth(request *tools.APIRequest) bool {
 | 
			
		||||
			shared, code, _ := shallow_collaborative_area.NewAccessor(request).LoadOne(shared)
 | 
			
		||||
			if code != 200 || shared == nil {
 | 
			
		||||
				isAuthorized = false
 | 
			
		||||
			}
 | 
			
		||||
			} else {
 | 
			
		||||
				isAuthorized = shared.VerifyAuth(request)
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	return ao.AbstractObject.VerifyAuth(request) || isAuthorized
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user