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
bb32a6a3
Commit
bb32a6a3
authored
Dec 14, 2018
by
Carsten Rose
Browse files
Fixes #7089 FE.type=extra: value already set in SIP store
parent
fb69af5d
Pipeline
#1146
passed with stage
in 1 minute and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/AbstractBuildForm.php
View file @
bb32a6a3
...
...
@@ -2093,7 +2093,7 @@ abstract class AbstractBuildForm {
public
function
buildExtra
(
array
$formElement
,
$htmlFormElementName
,
$value
,
array
&
$json
,
$mode
=
FORM_LOAD
)
{
if
(
$mode
===
FORM_LOAD
)
{
$this
->
store
->
setVar
(
$formElement
[
FE_NAME
],
$value
,
STORE_SIP
,
fals
e
);
$this
->
store
->
setVar
(
$formElement
[
FE_NAME
],
$value
,
STORE_SIP
,
tru
e
);
}
return
;
...
...
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