fix: allow transitioning to long text
This commit is contained in:
parent
b6f65eaff7
commit
02fd017204
1 changed files with 1 additions and 1 deletions
|
|
@ -798,7 +798,7 @@ ALLOWED_FIELDTYPE_CHANGE = (
|
|||
("Text", "Data"),
|
||||
("Text", "Text Editor", "Code", "Signature", "HTML Editor"),
|
||||
("Data", "Select"),
|
||||
("Text", "Small Text"),
|
||||
("Text", "Small Text", "Long Text"),
|
||||
("Text", "Data", "Barcode"),
|
||||
("Code", "Geolocation"),
|
||||
("Table", "Table MultiSelect"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue