mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix ModelView container validation ordering (#13386)
* Fix ModelView container validation ordering * Also validate component after adding * undo child component validate call
This commit is contained in:
@@ -308,7 +308,7 @@ export abstract class ContainerBase<T, TPropertyBag extends azdata.ComponentProp
|
|||||||
if (event.eventType === ComponentEventType.validityChanged) {
|
if (event.eventType === ComponentEventType.validityChanged) {
|
||||||
this.validate();
|
this.validate();
|
||||||
}
|
}
|
||||||
}), false);
|
}), true);
|
||||||
this._changeRef.detectChanges();
|
this._changeRef.detectChanges();
|
||||||
this.onItemsUpdated();
|
this.onItemsUpdated();
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user