Commit 1ebe481f by Frédéric

Ajout d'une TODO

parent 4f90657e
......@@ -260,7 +260,8 @@ class CustomQueriesExtension extends SimpleExtension
if(!$where) {
$where = ' WHERE ';
} else {
$where .= ' AND ';
// TODO: MOdif pour ajouter la possibilité de mettre un OR / AND entre 2 field d'un meme CT
$where .= ' OR ';
}
if(!empty($value['include'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment