?
avatar alexgru
alexgru
11 Dec 2018

Steps to reproduce the issue

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 .

Expected result

Published\Unpublished

Actual result

None
Don`t change status

System information (as much as possible)

Joomla 3.9.1

Additional comments

Problem in libraries\src\MVC\Model\AdminModel.php
Line 1066 - 1071

if ($table->get($table->getColumnAlias('published'), $value) == $value)
				{
					unset($pks[$i]);
 
					continue;
				}
avatar alexgru alexgru - open - 11 Dec 2018
avatar joomla-cms-bot joomla-cms-bot - change - 11 Dec 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 11 Dec 2018
avatar joomla-cms-bot joomla-cms-bot - change - 11 Dec 2018
Status Fixed in Code Base Closed
Closed_By Quy joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 11 Dec 2018
avatar joomla-cms-bot
joomla-cms-bot - comment - 11 Dec 2018

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23269

avatar Quy Quy - change - 11 Dec 2018
Status New Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-12-11 17:35:28
Closed_By Quy
avatar Quy
Quy - comment - 11 Dec 2018

Fixed in upcoming v3.9.2. See PR #23193.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23269.

Add a Comment

Login with GitHub to post a comment