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
3d41410e
Commit
3d41410e
authored
Sep 15, 2018
by
Carsten Rose
Browse files
Merge branch 'B6621-subrecord-shifted-thead' into 'master'
B #6621 - Fix shifted subrecord head See merge request
!88
parents
d0e36116
355ab7f2
Pipeline
#893
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 @
3d41410e
...
...
@@ -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
.
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