mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 05:24:28 +02:00
Group filter constraints in tabs
This commit is contained in:
parent
fc1bf5d037
commit
b1e6a583b8
2 changed files with 30 additions and 2 deletions
|
@ -76,7 +76,7 @@ class NumberConstraint extends AbstractConstraint
|
|||
}
|
||||
|
||||
|
||||
public function __construct(string $property, string $identifier = null, $value1 = null, $operator = '>', $value2 = null)
|
||||
public function __construct(string $property, string $identifier = null, $value1 = null, $operator = null, $value2 = null)
|
||||
{
|
||||
parent::__construct($property, $identifier);
|
||||
$this->value1 = $value1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue