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
4c4995d7
Commit
4c4995d7
authored
Jun 10, 2018
by
Carsten Rose
Browse files
Merge remote-tracking branch 'origin/6101SaveAndClose' into F6100UrlForwardAuto
parents
aefcb959
3fdaf275
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
4c4995d7
...
...
@@ -988,13 +988,18 @@ var QfqNS = QfqNS || {};
return
;
}
if
(
data
.
redirect
===
"
close
"
)
{
this
.
goBack
();
return
;
}
break
;
case
'
close
'
:
if
(
!
data
.
redirect
||
data
.
redirect
===
"
no
"
)
{
return
;
}
if
(
data
.
redirect
===
"
client
"
)
{
if
(
data
.
redirect
===
"
client
"
||
data
.
redirect
===
"
close
"
)
{
this
.
goBack
();
return
;
}
...
...
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