Skip to content

Add missing getConditionVariables() calls to listing DAOs#258

Merged
fashxp merged 20 commits intopimcore:1.3from
jdreesen:patch-1
Jun 12, 2025
Merged

Add missing getConditionVariables() calls to listing DAOs#258
fashxp merged 20 commits intopimcore:1.3from
jdreesen:patch-1

Conversation

@jdreesen
Copy link
Copy Markdown
Contributor

When the call is missing, you get an error when doing calls like $list->setCondition('userid = ? AND name = ?', [$userId, $name]); because the values in the second parameter are ignored.

Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\Token\Listing\Dao is the only one where it's not missing.

@jdreesen jdreesen changed the title Add missing getConditionVariables() to listing DAOs Add missing getConditionVariables() calls to listing DAOs May 26, 2025
@jdreesen
Copy link
Copy Markdown
Contributor Author

jdreesen commented Jun 3, 2025

Any chance to get this bugfix into the next release?

@fashxp
Copy link
Copy Markdown
Member

fashxp commented Jun 4, 2025

could you please check sonar, thx.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Jun 4, 2025

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Jun 4, 2025

Please retry analysis of this Pull-Request directly on SonarQube Cloud

@jdreesen
Copy link
Copy Markdown
Contributor Author

jdreesen commented Jun 4, 2025

Should be fine now.

@fashxp fashxp modified the milestones: 2.1.0, 1.3.3 Jun 10, 2025
@fashxp fashxp added the Bug label Jun 10, 2025
@fashxp
Copy link
Copy Markdown
Member

fashxp commented Jun 12, 2025

thx very much!

@fashxp fashxp merged commit 55ce73a into pimcore:1.3 Jun 12, 2025
9 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 12, 2025
@jdreesen jdreesen deleted the patch-1 branch June 12, 2025 13:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants