Something went wrong while setting issue due date.
[Core] - Unix - Trust all report a dn unknown when * is set
Closed
[Core] - Unix - Trust all report a dn unknown when * is set
[Core] - Unix - Trust all report a DN unknown when * is set
This is a follow-up on the plugins side issue : HERE
Below is the requirement.
protected function fillDisplayValue ($i)
{
$value = $this->value[$i];
// Fixing potentially wildcard string
if ($value === '*') {
$this->displays[$i] = 'Any';
$this->types[$i] = FALSE;
return;
}