From bdc8586f63298fdb65d63d556bfd73aed3e313ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20Cesar=20Laura=20Avenda=C3=B1o?= Date: Fri, 27 Feb 2026 17:06:30 -0400 Subject: [PATCH] FOUR-29531 The screen does not open when a user belongs to a self-service group --- src/components/task.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/task.vue b/src/components/task.vue index fa3a84c0..b2f2de4d 100644 --- a/src/components/task.vue +++ b/src/components/task.vue @@ -915,7 +915,8 @@ export default { if ( (data?.params[0]?.tokenId && this.task.user?.id === data.params[0]?.userId) || - this.task.elementDestination?.type === 'taskSource' + this.task.elementDestination?.type === 'taskSource' || + (data.params[0]?.userId === null && data.params[0]?.userCanClaim === true) ) { this.loadingTask = true; // Check if interstitial tasks are allowed for this task.