User tests: Successful: Unsuccessful:
Pull Request for Issue #21083
I have moved the translation part to the view so the code does not work different on different languages. As currently the array key is the translated word already and in that case have different results depending on the used language this patch makes sure the result is always the same on all languages by translating the key later.
Joomla differentiate now between actually tagged and not tagged articles.
Joomla does not differentiate between actually tagged and not tagged articles.
None.
Status | New | ⇒ | Pending |
Category | ⇒ | Modules Front End |
What do you mean? Without this the ordering is always different per language and can result into false positives when the article title is the same like the translation. Not to forget some maybe illegal chars for an array key in the translation.
Alphabetical ordering. Untagged
will always be where M should be because of language key. I guess, because it's not a real tag, we could just append it to the list. See zero-24#39 for possible solution.
Labels |
Added:
?
|
I have merged your PR. Thanks!
Not clear what should happen here. Without patch: list is rendered, with the new tagged article at the bottom of the list.
With patch: list is rendered, with the new tagged article at the top of the list.
Is this the expected outcome?
I have tested this item
With patch the article is listed under the label "Untagged"
After patch the article is listed under the label "Untagged", which is now a real tag heading. Other articles are grouped with "Untagged" at end of the list.
I have tested this item
With patch the article is listed under the label "Untagged"
After patch the article is listed under the label "Untagged", which is now a real tag heading. Other articles are grouped with "Untagged" at end of the list.
I have tested this item
Ah. Tag needed a capital to render expected outcome.
Without patch: tagged article appears in Untagged items
With patch: tagged article appears in items with tag Untagged.
Status | Pending | ⇒ | Ready to Commit |
Ready to Commit after two successful tests.
I have tested this item
Steps reproduced. Works as expected
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-08 15:35:16 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
Thanks
This breaks ordering.