Go to admin area -> Components -> Banners -> Clients
administrator/index.php?option=com_banners&view=clients
Add new Client and try Published\Unpublished him.
This problem have any components why in file administrator\components\com_mycomponent\tables\mytable.php
have function publish .
Published\Unpublished
None
Don`t change status
Joomla 3.9.1
Problem in libraries\src\MVC\Model\AdminModel.php
Line 1066 - 1071
if ($table->get($table->getColumnAlias('published'), $value) == $value)
{
unset($pks[$i]);
continue;
}
Labels |
Added:
?
|
Status | Fixed in Code Base | ⇒ | Closed |
Closed_By | Quy | ⇒ | joomla-cms-bot |
Status | New | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-12-11 17:35:28 |
Closed_By | ⇒ | Quy |
Fixed in upcoming v3.9.2. See PR #23193.
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23269