Skip to content

Commit a31ff26

Browse files
authored
[5.4] Articles module ordering (#46372)
Move the hits filter in the ordering towards the end of the list to more closely match the order of the fields in the article manager. Makes it easier to find this way.
1 parent 01348f0 commit a31ff26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mod_articles/mod_articles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@
648648
>
649649
<option value="a.ordering">MOD_ARTICLES_OPTION_ORDERING_VALUE</option>
650650
<option value="fp.ordering">MOD_ARTICLES_OPTION_ORDERINGFEATURED_VALUE</option>
651-
<option value="a.hits" requires="hits">MOD_ARTICLES_OPTION_HITS_VALUE</option>
652651
<option value="a.title">JGLOBAL_TITLE</option>
653652
<option value="a.id">MOD_ARTICLES_OPTION_ID_VALUE</option>
654653
<option value="a.alias">JFIELD_ALIAS_LABEL</option>
@@ -657,6 +656,7 @@
657656
<option value="publish_up">MOD_ARTICLES_OPTION_STARTPUBLISHING_VALUE</option>
658657
<option value="a.publish_down">MOD_ARTICLES_OPTION_FINISHPUBLISHING_VALUE</option>
659658
<option value="random">MOD_ARTICLES_OPTION_RANDOM_VALUE</option>
659+
<option value="a.hits" requires="hits">MOD_ARTICLES_OPTION_HITS_VALUE</option>
660660
<option value="rating_count" requires="vote">MOD_ARTICLES_OPTION_VOTE_VALUE</option>
661661
<option value="rating" requires="vote">MOD_ARTICLES_OPTION_RATING_VALUE</option>
662662
</field>

0 commit comments

Comments
 (0)