Merge branch 'VM/RED-9208' into 'master'
RED-9208 - Rule editor: Display of error disappears when saving before... Closes RED-9208 See merge request redactmanager/red-ui!434
This commit is contained in:
commit
4bcc5c5b38
@ -131,6 +131,7 @@ export class RulesScreenComponent implements OnInit, ComponentCanDeactivate {
|
||||
async save(): Promise<void> {
|
||||
this._loadingService.start();
|
||||
this.#removeErrorMarkers();
|
||||
clearTimeout(this.#ruleValidationTimeout);
|
||||
await this.#uploadRules();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user