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
27cd2105
Commit
27cd2105
authored
Dec 14, 2018
by
Carsten Rose
Browse files
update comments
parent
f8cf4e8b
Pipeline
#1138
passed with stage
in 1 minute and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/AbstractBuildForm.php
View file @
27cd2105
...
...
@@ -564,7 +564,7 @@ abstract class AbstractBuildForm {
$storeRecord
=
$this
->
store
->
getStore
(
STORE_RECORD
);
$value
=
$this
->
report
->
process
(
$this
->
bodytextParser
->
process
(
$value
));
$this
->
store
->
setStore
(
$storeRecord
,
STORE_RECORD
,
true
);
$this
->
store
->
setVar
(
SYSTEM_REPORT_FULL_LEVEL
,
''
,
STORE_SYSTEM
);
$this
->
store
->
setVar
(
SYSTEM_REPORT_FULL_LEVEL
,
''
,
STORE_SYSTEM
);
// debug
}
return
$value
;
...
...
extension/qfq/qfq/Constants.php
View file @
27cd2105
...
...
@@ -594,10 +594,10 @@ const SYSTEM_FORM_ELEMENT = 'formElement'; // '<formElementName> /
const
SYSTEM_FORM_ELEMENT_ID
=
'formElementId'
;
// '<formElementName> / <formElementeId>'
const
SYSTEM_FORM_ELEMENT_COLUMN
=
'formElementColumn'
;
// '<columnname of current processed formElement>'
const
SYSTEM_FORM_ELEMENT_MESSAGE
=
'formElementMessage'
;
// '<columnname of current processed formElement>'
const
SYSTEM_REPORT_COLUMN_INDEX
=
'reportColumnIndex'
;
//
Keyname
of SQL-column processed at the moment.
const
SYSTEM_REPORT_COLUMN_NAME
=
'reportColumnName'
;
//
Keyn
ame of SQL-column processed at the moment.
const
SYSTEM_REPORT_COLUMN_VALUE
=
'reportColumnValue'
;
//
Keynam
e of SQL-column processed at the moment.
const
SYSTEM_REPORT_FULL_LEVEL
=
'reportFullLevel'
;
//
Keyname of SQL-column processed at the moment
.
const
SYSTEM_REPORT_COLUMN_INDEX
=
'reportColumnIndex'
;
//
Index
of SQL-column processed at the moment.
const
SYSTEM_REPORT_COLUMN_NAME
=
'reportColumnName'
;
//
N
ame of SQL-column processed at the moment.
const
SYSTEM_REPORT_COLUMN_VALUE
=
'reportColumnValue'
;
//
Valu
e of SQL-column processed at the moment.
const
SYSTEM_REPORT_FULL_LEVEL
=
'reportFullLevel'
;
//
Full level of current report row. E.g.: 10.20.1. Used for error reports
.
const
SYSTEM_MESSAGE_DEBUG
=
'messageDebug'
;
const
SYSTEM_DOWNLOAD_POPUP
=
'hasDownloadPopup'
;
// Marker which is set to 'true' if there is at least one Download Link rendered
const
DOWNLOAD_POPUP_REQUEST
=
'true'
;
...
...
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