1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-10-08 19:34:11 +03:00

Removed dictionary from UserInterface fields _data

This commit is contained in:
Adolfo Gómez García
2023-08-31 04:11:33 +02:00
parent 8370194033
commit 412f1e36b4
26 changed files with 213 additions and 254 deletions

View File

@@ -309,7 +309,7 @@ class Services(DetailHandler): # pylint: disable=too-many-public-methods
'Kind of service counting for calculating if MAX is reached'
),
'type': types.ui.FieldType.CHOICE,
'rdonly': False,
'readonly': False,
'order': 101,
},
)