mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-11 05:17:55 +03:00
small transport fix¡
This commit is contained in:
parent
c2c5bc8aa1
commit
2b767e6bf9
@ -118,7 +118,7 @@ class Transports(ModelHandler):
|
||||
'values': [
|
||||
{'id': x.uuid, 'text': x.name}
|
||||
for x in ServicePool.objects.all().order_by('name')
|
||||
if transport.protocol in x.service.getType().allowedProtocols
|
||||
if x.service and transport.protocol in x.service.getType().allowedProtocols
|
||||
],
|
||||
'label': gettext('Service Pools'),
|
||||
'tooltip': gettext('Currently assigned services pools'),
|
||||
|
Loading…
Reference in New Issue
Block a user