User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
I have tested this item
Done code review.
Category | Libraries | ⇒ | Libraries Unit Tests |
So I made further change beside to just changes default controller name;
use Joomla\Cms\BaseController;
class Controller extends BaseController;
Instead of
use Joomla\Cms\Controller as CmsController;
class Controller extends CmsController;
Again, close because I could not resolve conflicts :(
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-08 10:07:44 |
Closed_By | ⇒ | joomdonation | |
Labels |
Added:
?
|
While looking at this, I also have some questions:
With the current implement, the data stored in namespace column must contain backslash Joomla\Component\Content\ . I think without backlash Joomla\Component\Content might be better
Do we really want to introduce a new way to pass controller name via controller variable in the request? At least for current usage, the widely use task=controller.method is good enough.