User tests: Successful: Unsuccessful:
Joomla allows flexible columns for columns like published
, checked_out
, etc. You just have to define in your table a property like:
/**
* Array with alias for "special" columns such as ordering, hits etc etc
*
* @var array
*/
protected $_columnAlias = array(
'published' => 'state'
);
And Joomla will be able to publish & unpublish items using the state
column. That works perfectly for tables that extend JTable
but does not for tables that extend JTableNested
.
This replaces the hardcoded published
column with $this->getColumnAlias('published')
which defaults to published
if alias is not defined. So it should be 100% compatible.
Content
> Categories
and try to publish & unpublish some categories.This is an improvement to make tables more flexible and has no implications on documentation.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Libraries |
@RonakParmar i have just added your test.
@zero-24 Thanks for assist. :)
@ronakparmar clear your browser cache to solve the test result issue
I have tested this item
@brianteeman Thank you for the help, I have checked in another browser and worked fine.
@mbabker can you take a look into the issue tracker problem?
The only "problem" is we have lengthy caching of media on the tracker so when asset changes are pushed it requires a cache refresh.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC. Thanks Roberto
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-10-29 09:37:22 |
Closed_By | ⇒ | rdeutz |
Labels |
Removed:
?
|
I have tested this PR successfully but not able to submit my test result. I am getting "Missing commit SHA." error while submitting test result, please see the attached screen-dump.

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