We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have field defined in mongoose
feild1: [ { type: Schema.Types.Mixed, validate: customValidatior, default: customDefaultFeild, }, ]
In V4 version , feild1 is getting that is getting mapped in following manner in .forestadmin-schema.json
"field": "feild1", "type": [{ "fields": [{ "field": "validate", "type": { "fields": [] } }, { "field": "default", "type": [{ "fields": [] }] }] }],
In V6 version .forestadmin-schema.json { "field": "feild1", "type": [null], "defaultValue": null, }
Forest admin Meta "database_type": "MongoDB", "liana": "forest-express-mongoose", "liana_version": "6.3.4", "engine": "nodejs", "engine_version": "12.18.0", "framework": "express", "framework_version": "^4.17.1", "orm_version": "5.9.29"
It should display all details in the forestadmin for feild1
Currently feild1 is displayed as following in the forestadmin
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
On edit it display its value as
<(unknown):ember92186:owner(XXXXXXXX)>
TODO: Please provide any relevant information about your setup.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
We have field defined in mongoose
feild1: [
{
type: Schema.Types.Mixed,
validate: customValidatior,
default: customDefaultFeild,
},
]
In V4 version , feild1 is getting that is getting mapped in following manner in .forestadmin-schema.json
In V6 version .forestadmin-schema.json
{
"field": "feild1",
"type": [null],
"defaultValue": null,
}
Forest admin Meta
"database_type": "MongoDB",
"liana": "forest-express-mongoose",
"liana_version": "6.3.4",
"engine": "nodejs",
"engine_version": "12.18.0",
"framework": "express",
"framework_version": "^4.17.1",
"orm_version": "5.9.29"
It should display all details in the forestadmin for feild1
Actual behavior
Currently feild1 is displayed as following in the forestadmin
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
On edit it display its value as
<(unknown):ember92186:owner(XXXXXXXX)>
Failure Logs
TODO: Please provide any relevant information about your setup.
The text was updated successfully, but these errors were encountered: