Skip to content
Snippets Groups Projects
Commit 9b9d860e authored by bbaer's avatar bbaer
Browse files

Lock now gets released properly

parent 6ab04814
No related branches found
No related tags found
1 merge request!20Lock now gets released properly
......@@ -534,6 +534,7 @@ var QfqNS = QfqNS || {};
that.submit();
});
alert.on('alert.no', function () {
that.releaseLock();
that.eventEmitter.emitEvent('qfqform.close-intentional', n.EventEmitter.makePayload(that, null));
that.goBack();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment