mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
Clean « IN » node type
This commit is contained in:
@@ -7,7 +7,6 @@ class NodeTypes
|
|||||||
// Tree node types
|
// Tree node types
|
||||||
const QUERY = '#query';
|
const QUERY = '#query';
|
||||||
const GROUP = '#group';
|
const GROUP = '#group';
|
||||||
const IN_EXPR = '#in';
|
|
||||||
const AND_EXPR = '#and';
|
const AND_EXPR = '#and';
|
||||||
const OR_EXPR = '#or';
|
const OR_EXPR = '#or';
|
||||||
const EXCEPT_EXPR = '#except';
|
const EXCEPT_EXPR = '#except';
|
||||||
|
Reference in New Issue
Block a user