Skip to content
GitLab
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
a46d9d30
Commit
a46d9d30
authored
Feb 20, 2018
by
Carsten Rose
Browse files
Bug: fixed problem. FE-'action' now uses dbIndex too.
parent
8fc053d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/QuickFormQuery.php
View file @
a46d9d30
...
...
@@ -375,7 +375,7 @@ class QuickFormQuery {
}
}
$formAction
=
new
FormAction
(
$this
->
formSpec
,
$this
->
dbArray
[
$this
->
dbIndex
Qfq
],
$this
->
phpUnit
);
$formAction
=
new
FormAction
(
$this
->
formSpec
,
$this
->
dbArray
[
$this
->
dbIndex
Data
],
$this
->
phpUnit
);
switch
(
$formMode
)
{
case
FORM_LOAD
:
$formAction
->
elements
(
$recordId
,
$this
->
feSpecAction
,
FE_TYPE_BEFORE_LOAD
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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