Publish, unpublish, trash, archive, trash not working for tables having state
as column, and if no alias is set as below in respective table.php,
public function __construct(&$db)
{
parent::__construct('#__my_table', 'id', $db);
// Set the alias since the column is called state
$this->setColumnAlias('published', 'state');
}
This used to work till Joomla 3.9, this PR seem to have caused this to break.
Publish, unpublish, trash, archive, trash should work as it was on 3.8.x
Publish, unpublish, trash, archive, trash not working as it was on 3.8.x
PHP Version 7.2.12-1+ubuntu16.04.1+deb.sury.org+1
Joomla! Version | Joomla! 3.9.1 Stable
Labels |
Added:
?
|
Title |
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-30 06:35:56 |
Closed_By | ⇒ | manojLondhe |
Thanks @infograf768
Sorry for duplicate!
See #23200
Closing as known issue.