Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FOUR-12579 data._parent.request_id the value is wrong #5697

Merged
merged 1 commit into from Nov 24, 2023

Conversation

julceslauhub
Copy link
Contributor

Issue & Reproduction Steps

Id related to parent request are storing the uuid instead the. numeric id.

Solution

  • Before store the data the parent request id is replaced by the correct value.

How to Test

Create a process that uses a sub-process and check the 'parent" values in data, specifically the request_id.

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 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.

Copy link

@julceslauhub julceslauhub changed the title data._parent.request_id the value is wrong FOUR-12579 data._parent.request_id the value is wrong Nov 24, 2023
@ryancooley ryancooley merged commit 084377a into develop Nov 24, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants