Skip to content

Conversation

@gproly
Copy link
Contributor

@gproly gproly commented Dec 12, 2025

…Reassignment" option is not enabled.

Description

Reassignment form is not hidden in tasks where the "Allow Reassignment" option is not enabled. Expected Behavior:
When the task is changed by next button . the reassignment form should verify if this options is enable for the task If the option is not enable the reassign form should hidden

Related tickets

https://processmaker.atlassian.net/browse/FOUR-24108

Solution

There are two sections of the interface that consume the same endpoint. This endpoint is designed to support both GET and POST. A change was made to use POST in order to send FormData. However, a problem was found: when search strings were introduced, the interface continued using the GET method and did not send FormData. Therefore, the data-retrieval logic for this endpoint is centralized into a single function to ensure consistent behavior across both interfaces.

Additionally, permissions are not required to maintain compatibility with the previous version, because the endpoint was originally created with permissions in a way that did not account for backward compatibility with the previous behavior.

ci:deploy

…Reassignment" option is not enabled.

 ## Description
Reassignment form is not hidden in tasks where the "Allow Reassignment" option is not enabled.
Expected Behavior:
When the task is changed by next button . the reassignment form should verify if this options is enable for the task
If the option is not enable the reassign form should hidden
 ## Related tickets
https://processmaker.atlassian.net/browse/FOUR-24108
@vladyrichter
Copy link

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

@processmaker-sonarqube
Copy link

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants