Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
c56984e9
Commit
c56984e9
authored
Jun 14, 2018
by
Carsten Rose
Browse files
Save.php: Wrong FE.name if required input is missing and this is detected on the server.
parent
d9e8a2a2
Changes
1
Show whitespace changes
Inline
Side-by-side
extension/qfq/qfq/Save.php
View file @
c56984e9
...
...
@@ -429,6 +429,8 @@ class Save {
foreach
(
$this
->
feSpecNative
AS
$key
=>
$formElement
)
{
$this
->
store
->
setVar
(
SYSTEM_FORM_ELEMENT
,
"Column: "
.
$formElement
[
FE_NAME
],
STORE_SYSTEM
);
if
(
empty
(
$formElement
[
FE_MODE_SQL
]))
{
$mode
=
$formElement
[
FE_MODE
];
}
else
{
...
...
Write
Preview
Markdown
is supported
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