User tests: Successful: Unsuccessful:
Labels |
Added:
?
|
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
Category | ⇒ | Templates (admin) UI/UX |
Folks, let's wait for that one. We have an issue when the item is trashed. In that case the trashed state being -2, when added to the default # for the array, it gives a wrong tip.
I can see also that, even before the patch, when filtering by trashed state, these System links do not display when filtering by Trashed.
The code responsible is:
$query->select(
'CASE a.type' .
' WHEN ' . $db->quote('component') . ' THEN a.published+2*(e.enabled-1) ' .
' WHEN ' . $db->quote('url') . ' THEN a.published+2 ' .
' WHEN ' . $db->quote('alias') . ' THEN a.published+4 ' .
' WHEN ' . $db->quote('separator') . ' THEN a.published+6 ' .
' WHEN ' . $db->quote('heading') . ' THEN a.published+8 ' .
' END AS published'
);
$query->from($db->quoteName('#__menu') . ' AS a');
I guess we have to find a complete solution for both issues.
@zero-24
please take of RTC
Status | Ready to Commit | ⇒ | Pending |
Labels |
Removed:
?
|
test works good for me
Status | Pending | ⇒ | Ready to Commit |
seting back to RTC. Thanks for testing.
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-04-04 12:45:12 |
Labels |
Added:
?
|
Labels |
Removed:
?
|
confirm issue.
@test successful