Skip to content
Snippets Groups Projects
Commit 904ab932 authored by bbaer's avatar bbaer
Browse files

Lock now gets released properly

parent 254804d0
No related branches found
No related tags found
1 merge request!22Feature 4281
......@@ -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