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
1c28c085
Commit
1c28c085
authored
Aug 20, 2017
by
Carsten Rose
Browse files
FormAction.php: enhance doc
parent
eeebdcee
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/form/FormAction.php
View file @
1c28c085
...
...
@@ -591,7 +591,7 @@ class FormAction {
foreach
(
$columns
as
$col
)
{
$key
=
$col
[
COLUMN_FIELD
];
// Only copy
value
s which exist on source AND destination.
// Only copy
column
s which exist on source AND destination.
if
(
!
isset
(
$row
[
$key
]))
{
continue
;
}
...
...
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