mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix conflict link creation id (#3412)
This commit is contained in:
committed by
Denys Vuika
parent
bb47e0ce6f
commit
39f76a11c4
@@ -74,6 +74,7 @@ export class ShareDialogComponent implements OnInit {
|
||||
this.sharedLinksApiService.createSharedLinks(nodeId).subscribe((sharedLink: SharedLinkEntry) => {
|
||||
if (sharedLink.entry) {
|
||||
this.sharedId = sharedLink.entry.id;
|
||||
this.data.node.entry.properties['qshare:sharedId'] = this.sharedId;
|
||||
this.isFileShared = true;
|
||||
this.isDisabled = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user