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
b92e0a4c
Commit
b92e0a4c
authored
Nov 28, 2019
by
bbaer
Browse files
keep required marks after save
parent
e68bbc8d
Pipeline
#2810
passed with stages
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqForm.js
View file @
b92e0a4c
...
@@ -1119,6 +1119,11 @@ var QfqNS = QfqNS || {};
...
@@ -1119,6 +1119,11 @@ var QfqNS = QfqNS || {};
break
;
break
;
}
}
if
(
this
.
skipRequiredCheck
)
{
this
.
form
.
$form
.
validator
(
'
update
'
);
this
.
form
.
$form
.
validator
(
'
validate
'
);
}
};
};
n
.
QfqForm
.
prototype
.
getNewButtonTarget
=
function
()
{
n
.
QfqForm
.
prototype
.
getNewButtonTarget
=
function
()
{
...
...
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