RED-9208 - Rule editor: Display of error disappears when saving before checking for warnings (dry run)
This commit is contained in:
parent
d98b55c7ff
commit
d3d042e539
@ -131,6 +131,7 @@ export class RulesScreenComponent implements OnInit, ComponentCanDeactivate {
|
|||||||
async save(): Promise<void> {
|
async save(): Promise<void> {
|
||||||
this._loadingService.start();
|
this._loadingService.start();
|
||||||
this.#removeErrorMarkers();
|
this.#removeErrorMarkers();
|
||||||
|
clearTimeout(this.#ruleValidationTimeout);
|
||||||
await this.#uploadRules();
|
await this.#uploadRules();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user