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
9ac49b38
Commit
9ac49b38
authored
Dec 10, 2019
by
bbaer
Browse files
fixes #9735
mark changed couldn't be triggered without inititiator
parent
bc8ddbb0
Pipeline
#2910
passed with stages
in 3 minutes and 26 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
javascript/src/Form.js
View file @
9ac49b38
...
...
@@ -87,9 +87,11 @@ var QfqNS = QfqNS || {};
};
n
.
Form
.
prototype
.
markChanged
=
function
(
initiator
)
{
if
(
!!
initiator
)
{
if
(
initiator
.
classList
.
contains
(
"
qfq-skip-dirty
"
))
{
return
;
}
}
this
.
setFormChangedState
();
this
.
eventEmitter
.
emitEvent
(
'
form.changed
'
,
n
.
EventEmitter
.
makePayload
(
this
,
null
));
};
...
...
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