Skip to content

Commit fb59e60

Browse files
authored
[5.3] Cleared mismatch between default option and label in articles modal filter (joomla#45106)
1 parent d87990a commit fb59e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/com_content/forms/filter_articles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
type="list"
9595
label="JGLOBAL_SORT_BY"
9696
onchange="this.form.submit();"
97-
default="a.title ASC"
97+
default="a.id DESC"
9898
validate="options"
9999
>
100100
<option value="">JGLOBAL_SORT_BY</option>

0 commit comments

Comments
 (0)