Skip to content
Snippets Groups Projects
Commit 21fa8b92 authored by bbaer's avatar bbaer
Browse files

Merge remote-tracking branch 'origin/feature_4281' into feature_4281

parents 02d7e324 d60e37a5
No related branches found
No related tags found
1 merge request!22Feature 4281
......@@ -570,6 +570,12 @@ var QfqNS = QfqNS || {};
alert.show();
return;
}
var info = new n.Alert({
message: "Saving changes",
type: "info"
});
info.show();
this.resetHandler();
// First, remove all validation states, in case a previous submit has set a validation state, thus we're not
// stockpiling them.
......
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