Skip to content

Commit

Permalink
Fix the issue Popular ordering does not work #871
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Nov 21, 2024
1 parent ff66c68 commit 81cbc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/elements/articles/articles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<field astroidgroup="general" type="astroidlist" name="ordering" label="JFIELD_ORDERING_LABEL" description="ASTROID_WIDGET_ARTICLES_ORDERING_DESC" default="latest">
<option value="latest">ASTROID_WIDGET_ORDERING_LATEST</option>
<option value="oldest">ASTROID_WIDGET_ORDERING_OLDEST</option>
<option value="popular">ASTROID_WIDGET_ORDERING_POPULAR</option>
<option value="hits">ASTROID_WIDGET_ORDERING_POPULAR</option>
<option value="featured">ASTROID_WIDGET_ORDERING_FEATURED</option>
<option value="alphabet_asc">ASTROID_WIDGET_ORDERING_ALPHABET_ASCENDING</option>
<option value="alphabet_desc">ASTROID_WIDGET_ORDERING_ALPHABET_DESCENDING</option>
Expand Down

0 comments on commit 81cbc30

Please sign in to comment.