From c368786dbbfc10632b9f709926473bb102f6f743 Mon Sep 17 00:00:00 2001 From: Fabio Date: Mon, 1 Sep 2025 15:58:47 -0400 Subject: [PATCH] FOUR-24108:Reassignment form is not hidden in tasks where the "Allow Reassignment" option is not enabled. --- resources/js/tasks/components/PreviewMixin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/js/tasks/components/PreviewMixin.js b/resources/js/tasks/components/PreviewMixin.js index c7a5886161..d004bc69d2 100644 --- a/resources/js/tasks/components/PreviewMixin.js +++ b/resources/js/tasks/components/PreviewMixin.js @@ -172,6 +172,7 @@ const PreviewMixin = { } this.prevTask = prevTask; this.nextTask = nextTask; + this.showReassignment = false; }, /** * Expand Open task