[SOLVED] Content in list view does not display correctly

I have…

  • 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)
  • [+] Bug report
  • Performance issue
  • Documentation issue or request

Current behavior

In the latest version, if you open the content in the list view, the input fields will be empty. Although if you go into editing, all the values are set there. In version 7.9.0.0 the list was displayed correctly.


Expected behavior

Minimal reproduction of the problem

Open any content in list view and try changing some value, save changes and refresh the page.

Environment

  • [+] Self hosted with docker
  • Self hosted with IIS
  • Self hosted with other version
  • Cloud version

Version: 7.13.0.0

Browser:

  • [+] Chrome (desktop)
  • Chrome (Android)
  • Chrome (iOS)
  • Firefox
  • Safari (desktop)
  • Safari (iOS)
  • IE
  • Edge

Others:

Thanks. I will provide a fix asap.

Can you provide me the json for your schema from the export view?

The problem is not in one scheme, but in general in all where it is possible to edit in the list view. But I’ll attach the diagram)

{
    "previewUrls": {},
    "properties": {
        "label": "",
        "validateOnPublish": false
    },
    "category": "Меню",
    "scripts": {},
    "isPublished": true,
    "fieldRules": [],
    "fieldsInLists": [
        "OrderNumber",
        "Type",
        "Url",
        "IconName",
        "CssClass"
    ],
    "fieldsInReferences": [],
    "fields": [
        {
            "name": "Type",
            "properties": {
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "fieldType": "String",
                "createEnum": false,
                "editor": "Input",
                "inlineEditable": false,
                "isEmbeddable": false,
                "isUnique": false,
                "contentType": "Unspecified",
                "label": ""
            },
            "isLocked": false,
            "isHidden": false,
            "isDisabled": false,
            "partitioning": "invariant"
        },
        {
            "name": "Url",
            "properties": {
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "fieldType": "String",
                "createEnum": false,
                "editor": "Input",
                "inlineEditable": false,
                "isEmbeddable": false,
                "isUnique": false,
                "contentType": "Unspecified"
            },
            "isLocked": false,
            "isHidden": false,
            "isDisabled": false,
            "partitioning": "invariant"
        },
        {
            "name": "OrderNumber",
            "properties": {
                "isRequired": true,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "fieldType": "Number",
                "editor": "Input",
                "inlineEditable": true,
                "isUnique": false,
                "defaultValue": 0,
                "label": ""
            },
            "isLocked": false,
            "isHidden": false,
            "isDisabled": false,
            "partitioning": "invariant"
        },
        {
            "name": "IconName",
            "properties": {
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": true,
                "fieldType": "String",
                "createEnum": false,
                "editor": "Input",
                "inlineEditable": true,
                "isEmbeddable": false,
                "isUnique": false,
                "contentType": "Unspecified",
                "label": ""
            },
            "isLocked": false,
            "isHidden": false,
            "isDisabled": false,
            "partitioning": "invariant"
        },
        {
            "name": "CssClass",
            "properties": {
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": true,
                "fieldType": "String",
                "createEnum": false,
                "editor": "Input",
                "inlineEditable": true,
                "isEmbeddable": false,
                "isUnique": false,
                "contentType": "Unspecified"
            },
            "isLocked": false,
            "isHidden": false,
            "isDisabled": false,
            "partitioning": "invariant"
        }
    ],
    "type": "Default"
}

This is fixed in the latest dev release.

1 Like