how to open assignments in new tab in blended constellation UI
currenlty we have a function which opens the assignment url but it do not work for us anymore in 24.2.3 , it was working in 24.2.2
below is high level logic:
url = baseURL+/prweb/app/appname/${module}/${caseID}/assignments/${assignHandle}?portal=WebPortal;
window.open(url,“_blank”);
pega.control.actionSequencer.clearQueue();
event.preventDefault();