Jump to content

Featured Replies

Posted
  • Administrators

It's not working as expected because it's the wrong condition.

Right now it's

	public function showOnlyOpen(): void
	{
		$this->where[] = ['resolved_on IS NULL'];
	}

but when one only replies to it and changes the state, it doesn't mean that it is resolved, so we'll either need 2 filters

Hide closed
Hide resolved

or have one filter to hide closed & resolved

  • Replies 1
  • Views 16
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

  • Author
  • Administrators

Fixed in 1.1.0

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.