{"record":{"id":"91f1b3cc963bbb3b","repo":"octobercms/october","slug":"the-oc-table-validator-basenumber-namespace-is-n","errorCode":null,"errorMessage":"The $.oc.table.validator.baseNumber namespace is not defined. Make sure that the table.validator.baseNumber.js script is loaded.","messagePattern":"The \\$\\.oc\\.table\\.validator\\.baseNumber namespace is not defined\\. Make sure that the table\\.validator\\.baseNumber\\.js script is loaded\\.","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"modules/backend/widgets/table/assets/js/table.validator.float.js","lineNumber":16,"sourceCode":"/*\n * Float table validator.\n */\n+function ($) { \"use strict\";\n\n    // NAMESPACE CHECK\n    // ============================\n\n    if ($.oc.table === undefined)\n        throw new Error(\"The $.oc.table namespace is not defined. Make sure that the table.js script is loaded.\");\n\n    if ($.oc.table.validator === undefined)\n        throw new Error(\"The $.oc.table.validator namespace is not defined. Make sure that the table.validator.base.js script is loaded.\");\n\n    if ($.oc.table.validator.baseNumber === undefined)\n        throw new Error(\"The $.oc.table.validator.baseNumber namespace is not defined. Make sure that the table.validator.baseNumber.js script is loaded.\");\n\n    // CLASS DEFINITION\n    // ============================\n\n    var Base = $.oc.table.validator.baseNumber,\n        BaseProto = Base.prototype\n\n    var Float = function(options) {\n        Base.call(this, options)\n    };\n\n    Float.prototype = Object.create(BaseProto)\n    Float.prototype.constructor = Float\n\n    /*\n     * Validates a value and returns the error message. If there\n     * are no errors, returns undefined.\n     * The rowData parameter is an object containing all values in the","sourceCodeStart":1,"sourceCodeEnd":34,"githubUrl":"https://github.com/octobercms/october/blob/b608633a7e8922487d91a8161499020121c3b3bf/modules/backend/widgets/table/assets/js/table.validator.float.js#L1-L34","documentation":"Error \"The $.oc.table.validator.baseNumber namespace is not defined. Make sure that the table.validator.baseNumber.js script is loaded.\" thrown in octobercms/october.","triggerScenarios":"Thrown at modules/backend/widgets/table/assets/js/table.validator.float.js:16 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"}