forked from shaba/openuds
Fixed a bug on free edition not allowing to register correctly linux machines
This commit is contained in:
parent
bd70a6290e
commit
b5926dec6f
@ -111,7 +111,7 @@ class Actor(Handler):
|
||||
logger.debug('Getting User services from ids: {}'.format(self._params.get('id')))
|
||||
|
||||
try:
|
||||
clientIds = self._params.get('id').split(',')[:5]
|
||||
clientIds = [i.upper() for i in self._params.get('id').split(',')[:5]]
|
||||
except Exception:
|
||||
raise RequestError('Invalid request: (no id found)')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user