{"record":{"id":"b48c6920ee459185","repo":"octobercms/october","slug":"title-property-titleproperty-is-not-found-in-th","errorCode":null,"errorMessage":"Title property ${titleProperty} is not found in the object list itemProperties array. Property: ${property}","messagePattern":"Title 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":70,"sourceCode":"            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++) {\n                if (this.control.itemProperties[index].property == propertyName) {\n                    return this.control.itemProperties[index];\n                }\n            }\n        },\n\n        shouldSkipInspectorValidation: function shouldSkipInspectorValidation() {\n            return true;\n        },","sourceCodeStart":52,"sourceCodeEnd":88,"githubUrl":"https://github.com/octobercms/october/blob/b608633a7e8922487d91a8161499020121c3b3bf/modules/backend/vuecomponents/inspector/assets/js/control-objectlist.js#L52-L88","documentation":"Error \"Title property ${titleProperty} 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:70 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"}