? Success

User tests: Successful: Unsuccessful:

avatar sovainfo
sovainfo
31 Mar 2015

Show tags when info block at the bottom for Featured Article menu item.

#4397 implements the layout of the info block. At the same time it dropped the tags when the info block is configured to appear split or at the bottom.

Testing:

Create an article with some tags and mark it featured.
Create a menu item Featured Article and select the category of the article created
Verify tags are shown with info block at bottom and split (at the bottom)
avatar sovainfo sovainfo - open - 31 Mar 2015
avatar joomla-cms-bot joomla-cms-bot - change - 31 Mar 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 31 Mar 2015
Easy No Yes
avatar zero-24 zero-24 - change - 1 Apr 2015
Category Layout
avatar bertmert
bertmert - comment - 1 Apr 2015

@test Setting ABOVE doesn't display tags.
Blog and Featured View work different now.
#6624 (comment)

avatar sovainfo
sovainfo - comment - 1 Apr 2015

This PR is fixing a regression. It doesn't change existing functionality. Assuming difference is by design.

avatar zero-24 zero-24 - alter_testresult - 1 Apr 2015 - bertmert: Tested successfully
avatar bertmert
bertmert - comment - 1 Apr 2015

Ah, OK, now I see..

@test Works as expected.

avatar n9iels
n9iels - comment - 3 Apr 2015

@test works fine for me. In my case the tags are also no shown when info block is configured on top. If more people have that problem, can you fix that to?


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6625.
avatar n9iels n9iels - test_item - 3 Apr 2015 - Tested successfully
avatar zero-24
zero-24 - comment - 3 Apr 2015

@n9iels @sovainfo can you try to fix the issue by adding using this:

    <?php if ($params->get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?>
        <?php echo JLayoutHelper::render('joomla.content.tags', $this->item->tags->itemTags); ?>
    <?php endif; ?>

Also after this line: https://github.com/joomla/joomla-cms/pull/6625/files#diff-668a86a17298895a6f00030d59e0e937R56

avatar n9iels
n9iels - comment - 3 Apr 2015

@test I tested the solution of @zero-24. When you configured the info block as split the tags are displayed twice, above and below the article


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6625.
avatar sovainfo
sovainfo - comment - 3 Apr 2015

@n9iels @zero-24 As already mentioned this is a regression PR. That means it fixes a bug introduced by a previous PR. That PR did not have the intention to change anything. It was a technical improvement. Unfortunately it removed showing the tags. This PR restores that.

What you are requesting is a change in functionality. Regardless of whether I agree on that request or not, it doesn't fit into this PR.

This PR shouldn't change the behaviour, it restores the behaviour as it was before #4397

avatar zero-24 zero-24 - change - 3 Apr 2015
Status Pending Ready to Commit
avatar zero-24
zero-24 - comment - 3 Apr 2015

Thanks @sovainfo moving here to RTC. @n9iels can you open a new Issue for the dublicate tags?


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6625.
avatar zero-24 zero-24 - change - 3 Apr 2015
Labels Added: ?
avatar wilsonge wilsonge - change - 4 Apr 2015
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2015-04-04 12:49:41
avatar wilsonge wilsonge - close - 4 Apr 2015
avatar wilsonge wilsonge - reference | - 4 Apr 15
avatar wilsonge wilsonge - merge - 4 Apr 2015
avatar wilsonge wilsonge - close - 4 Apr 2015
avatar zero-24 zero-24 - close - 4 Apr 2015
avatar sovainfo sovainfo - head_ref_deleted - 4 Apr 2015
avatar sovainfo
sovainfo - comment - 4 Apr 2015

Thank you all

avatar zero-24 zero-24 - change - 14 Oct 2015
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment