1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-02 07:44:51 +00:00

Forgot to assign value

This commit is contained in:
Darren Shepherd
2018-03-04 22:40:05 -07:00
parent 1f0f16a832
commit e0efa84d62

View File

@@ -88,6 +88,7 @@ func (b *Builder) copyInputs(schema *types.Schema, input map[string]interface{},
}
}
}
result[fieldName] = value
if op.IsList() && field.Type == "date" && value != "" {
ts, err := convert.ToTimestamp(value)