Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
ef86b233
Commit
ef86b233
authored
Mar 21, 2021
by
Carsten Rose
Browse files
Add detail to error message 'column not found...'
parent
9b1ef2ce
Pipeline
#5061
passed with stages
in 3 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Classes/Core/Constants.php
View file @
ef86b233
...
...
@@ -233,7 +233,7 @@ const ERROR_PLAY_SQL_MULTIQUERY = 1087;
// Subrecord
const
ERROR_SUBRECORD_MISSING_COLUMN_ID
=
1100
;
const
ERROR_SUBRECORD_DETAIL_COLUMN_NOT_FOUND
=
'Column not found in primary record or current row'
;
const
ERROR_SUBRECORD_DETAIL_COLUMN_NOT_FOUND
=
'Column not found in primary record or current row
(or missed & to indicate a constant?)
'
;
// Store
const
ERROR_STORE_VALUE_ALREADY_CODPIED
=
1200
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment