User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This simple PR convert com_checkin component to namespace MVC for Joomla 4.
Install latest Joomla 4.0-dev with sample data, then apply patch (or better install my branch https://github.com/joomdonation/joomla-cms/archive/namespace_com_checkin.zip )
Access to Content -> Articles, click on an article to edit, without saving (so that the article will be checked in)
Access to System -> Global Checkin, try to checkin the table, make sure it is working as expected.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_checkin |
Labels |
Added:
?
|
Title |
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-08 09:18:48 |
Closed_By | ⇒ | wilsonge |
The codestyle check is wrong in this case. The method name is checkin (same with class name), so it thinks that the method is constructor but it is not. Not sure what to do in this case.