Closed
Description
This issue is automatically created based on existing pull request: #36802: Fix SQL error throwed when websiteId is NULL
Description (*)
In code is sometimes situation when $websiteId
passed to addWebsiteGroupDateFilter
is NULL.
Throwed error in GraphQL
Code
Inside addWebsiteGroupDateFilter
is called $this->addWebsiteFilter($websiteId);
, but NULL
for $websiteId
is not problem there, because inside this method is this variable casted to int
.
Manual testing scenarios (*)
- ...
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Cannot reproduce the issue on the latest `2.4-develop` branchAdditional information is require, waiting for responseOnce P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Issue related to Developer Experience and needs help with Triage to Confirm or Reject it
Type
Projects
Status
Done