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-18927: Issue with the PMQL #437

Merged
merged 1 commit into from
Sep 29, 2024
Merged

FOUR-18927: Issue with the PMQL #437

merged 1 commit into from
Sep 29, 2024

Conversation

danloa
Copy link
Contributor

@danloa danloa commented Sep 17, 2024

Steps to Reproduce:

  • Impor the next collection and screen:
    Collection: services.json
    Screen: Bug.json

  • Add a line input text and a select list with dataconnector configuration

  • Add the PMQL filter using the older version
    data.SRV_ACRONYM = "{{data.SRI_SERVICE}}"
    and verify that the select list is not populated

  • Update to the current version and modify the filter to:
    data.SRV_ACRONYM = "{{SRI_SERVICE}}"
    and verify that the select list is populated

Current Behavior:

In the current version, with the syntax data.SRV_ACRONYM = "{{SRI_SERVICE}}" is accepted only,

Expected Behavior:
The filter should work correctly in the current version with the syntax data.SRV_ACRONYM = "{{data.SRI_SERVICE}}", just as it did in the older version.

Solution:

Both syntaces now are accepted:
data.SRV_ACRONYM = "{{data.SRI_SERVICE}}"
data.SRV_ACRONYM = "{{SRI_SERVICE}}"

ci:next
ci:deploy

@tokensPM
Copy link

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

@ryancooley ryancooley merged commit 0632151 into next Sep 29, 2024
13 of 14 checks passed
@ryancooley ryancooley deleted the bugfix/FOUR-18927 branch September 29, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants