Skip to content

bugfix/FOUR-26343: Completed tasks can be modified in the task preview pane.#8933

Open
CarliPinell wants to merge 1 commit into
developfrom
bugfix/FOUR-26343
Open

bugfix/FOUR-26343: Completed tasks can be modified in the task preview pane.#8933
CarliPinell wants to merge 1 commit into
developfrom
bugfix/FOUR-26343

Conversation

@CarliPinell

@CarliPinell CarliPinell commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Solution

  • Preview pane icon is hidden when Status = "Completed" in /tasks page.

How to Test

  • Go to Tasks
  • Filter status with Completed and In Progress Tasks.
  • Preview Icon should be hidden in "Completed" tasks

Related Tickets & Packages

Code Review Checklist

  • I have pulled this code locally and tested it on my instance, along with any associated packages.
  • This code adheres to ProcessMaker Coding Guidelines.
  • This code includes a unit test or an E2E test that tests its functionality, or is covered by an existing test.
  • This solution fixes the bug reported in the original ticket.
  • This solution does not alter the expected output of a component in a way that would break existing Processes.
  • This solution does not implement any breaking changes that would invalidate documentation or cause existing Processes to fail.
  • This solution has been tested with enterprise packages that rely on its functionality and does not introduce bugs in those packages.
  • This code does not duplicate functionality that already exists in the framework or in ProcessMaker.
  • This ticket conforms to the PRD associated with this part of ProcessMaker.

ci:screen-builder:bugfix/FOUR-26343
ci:deploy

@processmaker-sonarqube

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@CarliPinell
CarliPinell requested a review from eiresendez July 23, 2026 19:22
@vladyrichter

Copy link
Copy Markdown

QA server K8S was successfully deployed https://ci-fb0d298534.engk8s.processmaker.net

@eiresendez eiresendez left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The implementation does not match FOUR-26343’s expected behavior. Jira asks for Add/Delete to be disabled (RecordLists); it does not ask to remove access to the preview. This is a product behavior change and needs explicit approval if retained.

Public documentation explicitly says completed task forms can be previewed from both the Case and Request completed sections. Work on a Case, Work on a Request.

Comment thread resources/js/tasks/components/TasksList.vue
@vladyrichter

Copy link
Copy Markdown

QA server K8S was successfully deployed https://ci-fb0d298534.engk8s.processmaker.net

@CarliPinell
CarliPinell requested a review from eiresendez July 24, 2026 14:12

@eiresendez eiresendez left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved from a code-review standpoint. The combined changes correctly hide Preview for completed tasks while enforcing read-only behavior if a completed task is reached through Previous/Next navigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants