Skip to content

Commit

Permalink
Fix filter stages fpr atricles (joomla#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
chmst authored and sakiss committed Oct 16, 2020
1 parent 362d1f3 commit 1250abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
label="JOPTION_SELECT_STAGE"
onchange="this.form.submit();"
activeonly="true"
extension="com_content"
extension="com_content.article"
>
<option value="">JOPTION_SELECT_STAGE</option>
</field>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
type="status"
label="JOPTION_SELECT_PUBLISHED"
onchange="this.form.submit();"
extension="com_content"
extension="com_content.article"
>
<option value="">JOPTION_SELECT_PUBLISHED</option>
</field>
Expand Down

0 comments on commit 1250abd

Please sign in to comment.