Resolved! Abort submission and remain on the same page on UI Action if condition not met.
HiI have created a UI Action with following script : assignToMe();function assignToMe() { if (!gs.getUser().isMemberOf(current.assignment_group.toString())) { gs.addErrorMessage('You cannot perform this action as you are not a member of Ass...
