User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-30 15:12:08 |
Closed_By | ⇒ | wilsonge |
@SharkyKZ @wilsonge
I have an error after this patch when close or save and close a plugin
Call to undefined method Joomla\Component\Plugins\Administrator\Model\PluginModel::getColumnAlias()
I think (as I tested here) that
$checkedOutField = $this->getColumnAlias('checked_out');
is wrong
and should be changed to
$checkedOutField = $table->getColumnAlias('checked_out');
in libraries/src/MVC/Model/FormModel.php line 107
@infograf768 Thanks, it's a typo. Test #23220 please.
Thanks!