chore: Remove unreachable branch
This commit is contained in:
parent
d70190f8d3
commit
27ed833ebc
1 changed files with 0 additions and 2 deletions
|
|
@ -1650,8 +1650,6 @@ def validate_fields(meta: Meta):
|
|||
d.permlevel = 0
|
||||
if d.fieldtype not in table_fields:
|
||||
d.allow_bulk_edit = 0
|
||||
if not d.fieldname:
|
||||
d.fieldname = d.fieldname.lower().strip("?")
|
||||
|
||||
check_illegal_characters(d.fieldname)
|
||||
check_invalid_fieldnames(meta.get("name"), d.fieldname)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue