mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Allow proper focus of last element after closing the dialog (#5234)
This commit is contained in:
committed by
Eugenio Romano
parent
878b49fea1
commit
0e2504a53f
@@ -239,7 +239,7 @@ export class ShareDialogComponent implements OnInit, OnDestroy {
|
|||||||
this.data.node.entry.properties['qshare:sharedId'] = null;
|
this.data.node.entry.properties['qshare:sharedId'] = null;
|
||||||
this.data.node.entry.properties['qshare:expiryDate'] = null;
|
this.data.node.entry.properties['qshare:expiryDate'] = null;
|
||||||
}
|
}
|
||||||
this.dialogRef.close(false);
|
this.dialogRef.close(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user