{"record":{"id":"c765e4eafdfb3ff0","repo":"octobercms/october","slug":"key-property-keyproperty-is-not-found-in-the-ob","errorCode":null,"errorMessage":"Key property ${keyProperty} is not found in the object list itemProperties array. Property: ${property}","messagePattern":"Key property (.+?) is not found in the object list itemProperties array\\. Property: (.+?)","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"modules/backend/vuecomponents/inspector/assets/js/control-objectlist.js","lineNumber":61,"sourceCode":"                    parentControl: this.control\n                }\n            ],\n            lang: {},\n            unwatches: []\n        };\n    },\n    computed: {\n        keyProperty: function computeKeyProperty() {\n            if (!this.control.keyProperty) {\n                return null;\n            }\n\n            var property = this.findProperty(this.control.keyProperty);\n            if (property) {\n                return property;\n            }\n\n            throw new Error('Key property ' + this.control.keyProperty + ' is not found in the object list itemProperties array. Property: ' + this.control.property);\n        },\n\n        titleProperty: function computeTitleProperty() {\n            var property = this.findProperty(this.control.titleProperty);\n            if (property) {\n                return property;\n            }\n\n            throw new Error('Title property ' + this.control.titleProperty + ' is not found in the object list itemProperties array. Property: ' + this.control.property);\n        },\n\n        editPopupTitleStr: function computeEditPopupTitleStr() {\n            return this.control.editPopupTitle ? this.control.editPopupTitle : this.control.title;\n        }\n    },\n    methods: {\n        findProperty: function findProperty(propertyName) {\n            for (var index = 0; index < this.control.itemProperties.length; index++) {","sourceCodeStart":43,"sourceCodeEnd":79,"githubUrl":"https://github.com/octobercms/october/blob/b608633a7e8922487d91a8161499020121c3b3bf/modules/backend/vuecomponents/inspector/assets/js/control-objectlist.js#L43-L79","documentation":"Error \"Key property ${keyProperty} is not found in the object list itemProperties array. Property: ${property}\" thrown in octobercms/october.","triggerScenarios":"Thrown at modules/backend/vuecomponents/inspector/assets/js/control-objectlist.js:61 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"b608633a7e8922487d91a8161499020121c3b3bf","analyzedAt":"2026-08-21T04:24:57.515Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}