Missing global WHERE's in cascade panes
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
I think, that if we put global WHERE at this point, it's start being more obvious
Starts from line 355 at SearchPaneOption.php
$query = $db ->query('select') ->distinct(true) ->table($table) ->left_join($leftJoin) ->where($this->_where);
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open SearchPaneOption.php around line 355 and inspect the query chain using the table, join, and _where values. Trace how global WHERE conditions are handled for cascade panes and compare that behavior with this query. Done means cascade-pane queries consistently apply the intended global WHERE condition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100