Skip to content
Snippets Groups Projects
Commit 76f9fc70 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 'str-to-string' into 'master'

str to string in user configuration field types

See merge request !1620
parents 58ec29ae f8385f65
No related branches found
No related tags found
1 merge request!1620str to string in user configuration field types
......@@ -47,7 +47,7 @@ class WorkerSerializer(WorkerLightSerializer):
class UserConfigurationFieldType(Enum):
Int = 'int'
Float = 'float'
String = 'str'
String = 'string'
Enum = 'enum'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment