Archived
add objects dialog (#23243)
This commit is contained in:
@@ -26,7 +26,7 @@ export class ApplicationRoleDialog extends PrincipalDialogBase<ObjectManagement.
|
||||
private ownedSchemaTable: azdata.TableComponent;
|
||||
|
||||
constructor(objectManagementService: IObjectManagementService, options: ObjectManagementDialogOptions) {
|
||||
super(objectManagementService, options, true, false);
|
||||
super(objectManagementService, { ...options, isDatabaseLevelPrincipal: true, supportEffectivePermissions: false });
|
||||
}
|
||||
|
||||
protected override postInitializeData(): void {
|
||||
|
||||
Reference in New Issue
Block a user