Ignore input type file
This commit is contained in:
parent
e0d86209ff
commit
c85b683146
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@ class Serializer {
|
||||||
} else {
|
} else {
|
||||||
field = new SerializerField(f);
|
field = new SerializerField(f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(field.type == "file"){
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
field.name = fieldName;
|
field.name = fieldName;
|
||||||
field.parent = this;
|
field.parent = this;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue