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
39a6ca1a
Commit
39a6ca1a
authored
Nov 28, 2017
by
Carsten Rose
Browse files
Bug #5017 - STORE_RECORD used in FormElement and via '#!report' - save & restore STORE_RECORD.
parent
b1e8b011
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/AbstractBuildForm.php
View file @
39a6ca1a
...
...
@@ -485,7 +485,9 @@ abstract class AbstractBuildForm {
$this
->
bodytextParser
=
new
BodytextParser
();
}
$storeRecord
=
$this
->
store
->
getStore
(
STORE_RECORD
);
$value
=
$this
->
report
->
process
(
$this
->
bodytextParser
->
process
(
$value
));
$this
->
store
->
setStore
(
STORE_RECORD
,
$storeRecord
,
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