Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mod_articles_category] Option to group by tags #21083

Merged
merged 2 commits into from
Jul 16, 2018
Merged

[mod_articles_category] Option to group by tags #21083

merged 2 commits into from
Jul 16, 2018

Conversation

SharkyKZ
Copy link
Contributor

@SharkyKZ SharkyKZ commented Jul 12, 2018

Pull Request for Issue #18458 .

Summary of Changes

This adds an option to group articles by tags.

Testing Instructions

Create Articles - Category module. Set Article Grouping to Tags.

Expected result

Articles grouped by tags. Articles without tags are placed in Untagged group.

Documentation Changes Required

New option added.

@SharkyKZ SharkyKZ requested a review from brianteeman as a code owner July 12, 2018 07:06
@joomla-cms-bot joomla-cms-bot added Language Change This is for Translators PR-3.9-dev labels Jul 12, 2018
@ghost
Copy link

ghost commented Jul 12, 2018

I have tested this item ✅ successfully on d04ede4


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

@@ -88,6 +88,9 @@
case 'category_title' :
$list = ModArticlesCategoryHelper::groupBy($list, $article_grouping, $article_grouping_direction);
break;
case 'tags':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a space before :

@@ -88,6 +88,9 @@
case 'category_title' :
$list = ModArticlesCategoryHelper::groupBy($list, $article_grouping, $article_grouping_direction);
break;
case 'tags' :
$list = ModArticlesCategoryHelper::groupByTags($list, $article_grouping_direction);
break;
default:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add space before :

@Quy
Copy link
Contributor

Quy commented Jul 13, 2018

I have tested this item ✅ successfully on 1887d48


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

1 similar comment
@ghost
Copy link

ghost commented Jul 13, 2018

I have tested this item ✅ successfully on 1887d48


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

@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label Jul 13, 2018
@ghost
Copy link

ghost commented Jul 13, 2018

Ready to Commit after two successful tests.

@mbabker mbabker added this to the Joomla 3.9.0 milestone Jul 16, 2018
@mbabker mbabker merged commit 922e46d into joomla:3.9-dev Jul 16, 2018
@joomla-cms-bot joomla-cms-bot removed the RTC This Pull Request is Ready To Commit label Jul 16, 2018
@SharkyKZ SharkyKZ deleted the modArticlesCategoryGroupTags branch July 17, 2018 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Language Change This is for Translators
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants