Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions components/com_content/forms/filter_articles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@
<field
name="category_id"
type="category"
label="JOPTION_FILTER_CATEGORY"
description="JOPTION_FILTER_CATEGORY_DESC"
label="JOPTION_SELECT_CATEGORY"
multiple="true"
class="multipleCategories"
extension="com_content"
layout="joomla.form.field.list-fancy-select"
hint="JOPTION_SELECT_CATEGORY"
onchange="this.form.submit();"
published="0,1,2"
/>

<field
name="access"
type="accesslevel"
label="JOPTION_FILTER_ACCESS"
description="JOPTION_FILTER_ACCESS_DESC"
label="JOPTION_SELECT_ACCESS"
multiple="true"
class="multipleAccessLevels"
layout="joomla.form.field.list-fancy-select"
hint="JOPTION_SELECT_ACCESS"
onchange="this.form.submit();"
/>

<field
name="author_id"
type="author"
label="COM_CONTENT_FILTER_AUTHOR"
description="COM_CONTENT_FILTER_AUTHOR_DESC"
label="JOPTION_SELECT_AUTHOR"
multiple="true"
class="multipleAuthors"
layout="joomla.form.field.list-fancy-select"
hint="JOPTION_SELECT_AUTHOR"
onchange="this.form.submit();"
>
<option value="0">JNONE</option>
Expand Down
4 changes: 1 addition & 3 deletions components/com_modules/forms/filter_modules.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset addfieldprefix="Joomla\Component\Modules\Administrator\Field" />

<form addfieldprefix="Joomla\Component\Modules\Administrator\Field">
<fields name="filter">
<field
name="search"
Expand Down