User tests: Successful: Unsuccessful:
PR for Issue #24980
A link including an array of tag ids like this:
index.php?option=com_tags&view=tag&id[0]=1&id[1]=2
will be like the following after SEF-conversion:
/component/tags/tag/1,2
Until now, any id after the first of the SEF-link will be truncated by the line I changed - my fix will explode it again to include all of them.
Part I - See the problem
<a href="index.php?option=com_tags&view=tag&id[0]=1&id[1]=2">my test link</a>
Expected result
Same as with SEF turned off: A site showing all submitted tags.
Actual result
You will get a site showing only the first tag in the URL but ignore the other one.
Part II - Fix the problem
None, no feature changes.
Status | New | ⇒ | Pending |
Category | ⇒ | com_tags Front End |
Title |
|
Labels |
Added:
?
|
I have tested this item
Works as described. Thank you!
I have tested this item
Works as described. Thank you!
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
RTC
Labels |
Added:
?
|
thx
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-07-31 09:17:35 |
Closed_By | ⇒ | HLeithner |
I just checked that listing multiple tags (2, 3, ... pcs) concatenates tags in the title without separator. The result for four multi-word tags may be "tag 1 tag 2 tag named something this is a tag". It makes easier to understand the results, if a separator is used: vertical line | or logical text "OR": "Content for: tag 1 OR tag 2 OR tag named something OR this is a tag". This should go to a new issue to describe and to be solved, right?
Yes but for j4
@kofaysi can you please test this PR (as its about Tags)?