I have…
- [x] Checked the logs and have uploaded a log file and provided a link because I found something suspicious there. Please do not post the log file in the topic because very often something important is missing.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [x] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
API Documentation shows field that has localization disabled as follows
{
“fieldname”: {
“iv”: “field value”
}
}
Expected behavior
API Documentation shows field that has localization disabled as follows
{
“fieldname”: “field value”
}
Minimal reproduction of the problem
- Setup new Squidex instance
- Login
- Create new app
- Create a new schema for that app
- Create a new string/number/whatever field for the created schema
- Don´t select the “Localizable” option
- Hit “Create and close”
- Publish the schema
- Go to API -> Content API
- Show the “Get a {YourSchema} content.”
- Look at the response samples
Environment
- [x] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: latest, dev-4462 4.6.0
Browser:
- [x] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [x] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others:
There was someone had the same problem, which you can see here: [SOLVED] Does not update 'partitioning' field in JSON schema
I wasn´t able to verify the fix deployed by Sebastian