Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

return callback on close openWorkItem #89

Open
javeriaanwer opened this issue Jan 30, 2018 · 0 comments
Open

return callback on close openWorkItem #89

javeriaanwer opened this issue Jan 30, 2018 · 0 comments

Comments

@javeriaanwer
Copy link

I am trying to get callback when openWorkItem(id) window is closed. my code is below.

_WorkItemServices.WorkItemFormNavigationService.getService().then(function (workItemNavSvc) { workItemNavSvc.openWorkItem(id).then(function (success) { // do something }); });

I am not getting any response when openWorkItem is closed. how can I achieve this?

TFS server version: 2015.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant