? Success

User tests: Successful: Unsuccessful:

avatar designbengel
designbengel
5 Sep 2016

Summary of Changes

This PR adds a simple if clause to check if the introtext is set to show or hide in the Parameters

Testing Instructions

Before Applying the patch:
In your Joomla! Test environment navigate to the subpage /article-category-blog
Setup the Menuitem in Backend to hide introtext there
Check the Frontend, The introtext still shows up.

After Applying the patch:
1) Setup the Menuitem in Backend to hide introtext in "article category blog".
The introtext should be hidden now.

2) Setup the Menuitem to show introtext in "article category blog".
The introtext should be shown.

Documentation Changes Required

avatar designbengel designbengel - open - 5 Sep 2016
avatar designbengel designbengel - change - 5 Sep 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 5 Sep 2016
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 5 Sep 2016
Category Front End Components
avatar bhavikTailored bhavikTailored - test_item - 6 Sep 2016 - Tested successfully
avatar bhavikTailored
bhavikTailored - comment - 6 Sep 2016

I have tested this item successfully on 5a6911d


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

avatar bhavikTailored
bhavikTailored - comment - 6 Sep 2016
avatar BhaveshTailored BhaveshTailored - test_item - 6 Sep 2016 - Tested successfully
avatar BhaveshTailored
BhaveshTailored - comment - 6 Sep 2016

I have tested this item successfully on 5a6911d


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

avatar truptikagathara truptikagathara - test_item - 6 Sep 2016 - Tested successfully
avatar truptikagathara
truptikagathara - comment - 6 Sep 2016

I have tested this item successfully on 5a6911d


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

avatar rdeutz
rdeutz - comment - 6 Sep 2016

I wouldn't put the plugin within the if, it should be before

avatar designbengel
designbengel - comment - 6 Sep 2016

thank you @rdeutz - done!

avatar rdeutz rdeutz - change - 6 Sep 2016
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-09-06 06:52:59
Closed_By rdeutz
avatar rdeutz rdeutz - close - 6 Sep 2016
avatar rdeutz rdeutz - merge - 6 Sep 2016
avatar brianteeman
brianteeman - comment - 6 Sep 2016

I dont think this is correct. I will double check soon

On 6 September 2016 at 07:52, Robert Deutz notifications@github.com wrote:

Merged #11944 #11944.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#11944 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABPH8dMTF5BKEG7HY8PxBbQezx4J0ehVks5qnQ3LgaJpZM4J1W6X
.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar brianteeman
brianteeman - comment - 6 Sep 2016

This needs to be reverted as it is incorrect and is a b/c break

This is the scenario the feature exists for,
Create a movie site with articles about each movie
The intro text displayed on the blog page is a summary of the movie
The full article is a complete review of the movie
So when Hide introtext is used
The blog view shows the summary of the movies
The article view shows the complete review minus the summary

avatar rdeutz
rdeutz - comment - 6 Sep 2016

Missed that, going to revert this one, but we might need to change the label so that it is more clear what this setting is for and we might move the setting to a different place. It is misleading when it is between "Linked Titles" and "Position of Article Info", these setting are for the blog view itself.

avatar designbengel
designbengel - comment - 6 Sep 2016

I checked this and can´t confirm:
If i set introtext to hide it doesn´t affect the article setting.
With the fix it still respects the options inside the article?

avatar rdeutz
rdeutz - comment - 6 Sep 2016

@designbengel it might be that this is not working correct, but the description @brianteeman made is correct, the tooltip say the same. So if it is not working then we need to fix the bug instead of changing the functionality :-)

avatar designbengel
designbengel - comment - 6 Sep 2016

Ok, true about the tooltip, i´ll have a look at this, thx!
@brianteeman can you confirm the option has no influence on the Article view, when Article is set to show/hide the introtext itself?

avatar brianteeman
brianteeman - comment - 6 Sep 2016

An article option will always override the menu option

avatar designbengel
designbengel - comment - 6 Sep 2016

@brianteeman that absolutely makes no sense for me then giving the option "Use Article settings" there?

Add a Comment

Login with GitHub to post a comment