Skip to content
Snippets Groups Projects
Verified Commit df17b8bf authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #9105 add unlock doc whne cancel

parent 6079a6f6
No related branches found
No related tags found
No related merge requests found
......@@ -375,5 +375,7 @@ export class ActionsListComponent implements OnInit {
unlock() {
clearInterval(this.currentLock);
this.http.put('../../rest/resourcesList/users/' + this.currentBasketInfo.ownerId + '/groups/' + this.currentBasketInfo.groupId + '/baskets/' + this.currentBasketInfo.basketId + '/unlock', { resources: this.arrRes })
.subscribe((data: any) => { }, (err: any) => { });
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment