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
355ab7f2
Commit
355ab7f2
authored
Sep 13, 2018
by
Elias Villiger
Browse files
B #6621 - Fix shifted subrecord head
parent
989ff133
Pipeline
#883
passed with stage
in 1 minute and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/AbstractBuildForm.php
View file @
355ab7f2
...
...
@@ -2457,7 +2457,10 @@ abstract class AbstractBuildForm {
$editColumnTitle
=
$flagNew
?
$this
->
createFormLink
(
$formElement
,
0
,
$primaryRecord
,
$this
->
symbol
[
SYMBOL_NEW
],
'New'
)
:
''
;
$editColumnTitle
.
=
' '
.
$formElement
[
SUBRECORD_COLUMN_TITLE_EDIT
];
$linkNew
=
Support
::
wrapTag
(
'<th>'
,
$editColumnTitle
);
if
(
$flagNew
||
$flagEdit
)
{
$linkNew
=
Support
::
wrapTag
(
'<th>'
,
$editColumnTitle
);
}
}
// Determine if DragAndDrop is active
...
...
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