Skip to content

Commit

Permalink
IDE-1132 Unprotect menu item in WU context menu not working
Browse files Browse the repository at this point in the history
Signed-off-by: David de Hilster <[email protected]>
  • Loading branch information
dehilsterlexis committed Feb 16, 2024
1 parent f0443d2 commit f0cb265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comms/Dali.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ bool ProtectWorkunits(const CString & url, IWorkunitVector *workunits, bool prot
_ns6__WUProtect request;
ns6__EspStringArray espStringArray;
request.Wuids = &espStringArray;
request.Protect = protect;
for (unsigned i = 0; i < workunits->size(); ++i)
espStringArray.Item.push_back(stringPool.Create((*workunits)[i]->GetWuid()));

Expand Down

0 comments on commit f0cb265

Please sign in to comment.